Registry / serialization / sajson

sajson

JSON →
library2018-09-21vcpkgunverified

Lightweight, extremely high-performance JSON parser for C++11

vcpkg install sajson
INSTALL
IMPORT
SIG · SAJSON
S
sajson
serializationcppv2018-09-21
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.

sajson.h
#include <sajson.h>

Parses a JSON string and checks validity.

#include <sajson.h> #include <iostream> int main() { const char *json = "{\"key\": \"value\"}"; sajson::document doc = sajson::parse(sajson::literal(json)); if (doc.is_valid()) { std::cout << "Parsed successfully" << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2018-09-21latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

sajson — pip install sajson · libregistry