#json-parser #json #low-memory #systems #sequential #no-std

no-std fuga-json-seq-parser

Sequential JSON Parser for Low Memory Systems

2 unstable releases

0.2.0 Mar 23, 2023
0.1.0 Jan 13, 2023

#24 in #low-memory

Download history 6/week @ 2024-02-20 10/week @ 2024-02-27 5/week @ 2024-03-12 8/week @ 2024-03-26 39/week @ 2024-04-02

52 downloads per month
Used in fuga-remo-api

MIT license

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–5MB
~108K SLoC