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.43k stars 1.03k forks source link

Add a config option to allow erroring out on invalid `RawMessage`s #584

Open misberner opened 3 years ago

misberner commented 3 years ago

Fixes #558

kucharskilukasz commented 2 years ago

Is there a plan to merge it with the master branch?

misberner commented 2 years ago

@taowen could you take a look?