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

Question about sloppy mode #699

Open leeklch opened 4 months ago

leeklch commented 4 months ago

What‘s the difference on parsing result when facing incorrect JSON string between sloppy mode and strict mode?