High performance JSON parser based on a port of simdjson, leveraging SIMD instructions for speed.
# Cargo.toml
[dependencies]
simd-json = "0.17.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a JSON string into a borrowed value using SIMD acceleration.
Ensure target CPU supports SIMD or use fallback mode.
No dependency data recorded yet.