Top 3 Rust json-parser Projects
-
Project mention: Loading Pydantic models from JSON without running out of memory | news.ycombinator.com | 2025-05-22
Pydantic author here. We have plans for an improvement to pydantic where JSON is parsed iteratively, which will make way for reading a file as we parse it. Details in https://github.com/pydantic/pydantic/issues/10032.
Our JSON parser, jiter (https://github.com/pydantic/jiter) already supports iterative parsing, so it's "just" a matter of solving the lifetimes in pydantic-core to validate as we parse.
This should make pydantic around 3x faster at parsing JSON and significantly reduce the memory overhead.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
Rust json-parser discussion
Rust json-parser related posts
Index
What are some of the best open-source json-parser projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | jiter | 446 |
2 | fast-query-parsers | 39 |
3 | yamine | 19 |