fuga-json-seq-parser

Crates.iofuga-json-seq-parser
lib.rsfuga-json-seq-parser
version0.2.0
sourcesrc
created_at2023-01-13 23:34:09.606394
updated_at2023-03-23 00:09:03.071341
descriptionSequential JSON Parser for Low Memory Systems
homepage
repositoryhttps://github.com/ciniml/fuga-json-seq-parser
max_upload_size
id758419
size47,074
Kenta IDA (ciniml)

documentation

README

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.

Commit count: 2

cargo fmt