json-stream
JSON event generator
A streaming JSON parser that generates events during parsing without fully buffering the document in memory
A streaming JSON parser that generates SAX-like events.
193 stars
7 watching
30 forks
Language: Ruby
last commit: 9 months ago
Linked from 1 awesome list
json
Related projects:
Repository | Description | Stars |
---|---|---|
rubensworks/jsonld-streaming-parser.js | A streaming JSON-LD parser that converts documents into RDF/JS triples and quads. | 80 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,127 |
squix78/json-streaming-parser | An Arduino library for parsing JSON streams on devices with limited memory | 209 |
halaxa/json-machine | An efficient and easy-to-use JSON parser that loads documents into memory in small chunks. | 1,110 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 172 |
m-zajac/json2go | Tool for generating Go type representations from JSON inputs | 132 |
chrispenner/json-to-haskell | A tool to automatically generate Haskell data types and instances from JSON schema | 81 |
adleroliveira/dreamjs | Generates random JSON data based on predefined schemas and custom types. | 1,373 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,194 |
rotatef/json-streams | A Common Lisp library for reading and writing JSON text with streaming capabilities. | 20 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
fluidgroup/jayson | A JSON decoding/encoding library with strict and flexible access options. | 255 |
dadav/helm-schema | Automates JSON schema generation from Helm charts. | 79 |
globocom/json-sharp | A tool for processing JSON objects with reusable operation configurations | 6 |
trampster/jsonsrcgen | A C# library that uses source generators to generate JSON serialization code | 146 |