Registry / serialization / simdjson

simdjson

JSON →
library4.6.3vcpkgunverified

An extremely fast JSON library that can parse gigabytes of JSON per second

vcpkg install simdjson
INSTALL
IMPORT
SIG · SIMDJSON
S
simdjson
serializationcppv4.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

simdjson.h
#include <simdjson.h>

Parse a JSON string using simdjson

#include <simdjson.h> int main() { simdjson::dom::parser parser; simdjson::dom::element doc = parser.parse("{\"hello\":\"world\"}"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.6.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources

No resource links recorded.

simdjson — pip install simdjson · libregistry