simdjson

SIMD-accelerated C++ JSON parser library for high-performance parsing

brewmacoslinux
Try with needOr install directly
Source

About

SIMD-accelerated C++ JSON parser

Commands

simdjson

Examples

Parse a JSON file and validate its structure$ simdjson file.json
Benchmark JSON parsing performance on a large file$ simdjson --benchmark large_data.json
Pretty-print parsed JSON output$ simdjson --pretty file.json