large-json-array 0.1.0

A streaming JSON‐array parser that yields one object at a time
Documentation
[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.fake]
features = ["chrono", "derive", "geo", "http", "uuid"]
version = "4.3.0"

[dev-dependencies.json-writer]
version = "0.4.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.219"

[[example]]
name = "find_johns"
path = "examples/find_johns.rs"

[[example]]
name = "generate_large_json"
path = "examples/generate_large_json.rs"

[lib]
name = "large_json_array"
path = "src/lib.rs"

[package]
authors = ["Ilya Evlanov <evlanov.ilya@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "parser-implementations"]
description = "A streaming JSON‐array parser that yields one object at a time"
edition = "2024"
keywords = ["json", "stream", "parser"]
license = "MIT"
name = "large-json-array"
readme = "README.md"
repository = "https://github.com/bambolelooo/large-json-array"
version = "0.1.0"