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: 7 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,123 |
squix78/json-streaming-parser | An Arduino library for parsing JSON streams on devices with limited memory | 207 |
halaxa/json-machine | A fast and memory-efficient JSON parser that allows easy iteration over large JSON documents or streams. | 1,096 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 171 |
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 | 82 |
adleroliveira/dreamjs | Generates random JSON data based on predefined schemas and custom types. | 1,374 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
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 | Generates JSON schemas from Helm charts. | 69 |
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 |