Decision Workspace
zjson vs json-streaming vs cjson-bindings
Side-by-side comparison of Rust crates
46
zjson
growingv0.1.5
Parse JSON with zero allocation.
57
json-streaming
growingv1.0.3
a library for reading and writing JSON from / to a stream without the need to materialize the data in memory. Provides both blocking and async APIs.
57
cjson-bindings
experimentalv0.6.4
Safe Rust bindings for the cJSON library - a lightweight JSON parser in C with support for JSON Pointer (RFC6901), JSON Patch (RFC6902), and JSON Merge Patch (RFC7386)
Core Metrics
| zjson | json-streaming | cjson-bindings | |
|---|---|---|---|
| Health Score | 46 | 57 | 57 |
| Total Downloads | 8.7K | 13.7K | 105 |
| 30d Downloads | 53 | 2.3K | 31 |
| Dependents | 0 | 0 | 0 |
| Releases | 6 | 4 | 6 |
| Last Updated | 702d ago | 193d ago | 1d ago |
| Age | 1y 11m | 6m | 3m |
Health Breakdown
zjson
Maintenance
7
Quality
18
Community
6
Popularity
5
Documentation
10
json-streaming
Maintenance
13
Quality
20
Community
6
Popularity
5
Documentation
13
cjson-bindings
Maintenance
20
Quality
16
Community
6
Popularity
2
Documentation
13
Technical Details
| zjson | json-streaming | cjson-bindings | |
|---|---|---|---|
| Version | 0.1.5 | 1.0.3 | 0.6.4 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | LGPL-2.1-or-later |
| Dependencies | 0 | 4 | 3 |
| Crate Size | 22KB | 62KB | 35KB |
| Features | 3 | 5 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •json-streaming leads with a health score of 57/100, but none of the options score above 80.
- •⚠ zjson has not been updated in over a year.
- •zjson, cjson-bindings are pre-1.0 — API may change.