json-iterator/go

Does json-iterator have length limitation in Unmarshal?

jasonliu119 opened this issue · 1 comments

hi, I have a json string whose size is more than 150000 bytes. It turned out that encoding/json library can unmarshal this json string correctly but json-iterator can not based on my experiments.

So does json-iterator have length limitation in Unmarshal?

Sorry I can't share this json string directly because it is my company's data.