A streaming-focused JSON decoder and filter for Go
jsonstream
aims to be a good solution for operating on large JSON datasets in a memory-efficient manner. Focus is on filtering/manipulating JSON in a streaming manner. It does not currently focus on decoding JSON data into golang native data types.
No idea. It's faster than my previous attempt.
This project is heavily influenced by Dave Cheney's pkg/json