JsonCollectionParser icon indicating copy to clipboard operation
JsonCollectionParser copied to clipboard

Streaming parser for JSON collections

Results 2 JsonCollectionParser issues
Sort by recently updated
recently updated
newest added

Hello, Is it possible to descend in JSON structure? Suppose I have data format like: ``` { "objects": [ { "uid": 1, "name": "Name 1" }, { "uid": 2, "name":...

JsonStreamingParser is able to report progress of file parsing. It will be really handful to have this progress, because processing of large file can take a lot of time. The...