2 unstable releases
0.2.0 | Mar 23, 2023 |
---|---|
0.1.0 | Jan 13, 2023 |
#30 in #sequential
26 downloads per month
Used in fuga-remo-api
34KB
703 lines
Sequential JSON Parser for Low Memory Systems
Overview
This library is a JSON Parser which parses JSON data sequentially, and do not generate any large deserialized data structure while parsing.
License
MIT License.
lib.rs
:
fuga-json-seq-parser crate
fuga-json-seq-parser
is a a JSON Parser which parses JSON data sequentially, and do not generate any large deserialized data structure while parsing.
Dependencies
~3.5–5.5MB
~114K SLoC