json-iterator / go

A high-performance 100% compatible drop-in replacement of "encoding/json"
http://jsoniter.com/migrate-from-go-std.html
MIT License
13.33k stars 1.02k forks source link

Does json-iterator have length limitation in Unmarshal? #654

Open jasonliu119 opened 1 year ago

jasonliu119 commented 1 year ago

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?

jasonliu119 commented 1 year ago

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