json-iterator/go isn't compatible with encoding/json in many ways (e.g. json-iterator/go#229 ), but it hasn't been supported for a long time. segmentio/encoding/json is well supported for encoders, ...
My application uses Decoder to build an index of file offsets in large JSON arrays. A rough example of what it does has been reproduced here: https://go.dev/play/p ...