Registry / serialization / mysvac-jsonlib

mysvac-jsonlib

JSON →
library3.0.0vcpkgunverified

A lightweight and efficient C++20 JSON library.

vcpkg install mysvac-jsonlib
INSTALL
IMPORT
SIG · MYSVAC-JSONLIB
M
mysvac-jsonlib
serializationcppv3.0.0
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.

jsonlib/json.hpp
#include <jsonlib/json.hpp>

Creates a JSON object and prints it.

#include <jsonlib/json.hpp> #include <iostream> int main() { jsonlib::json j = { {"name", "John"}, {"age", 30} }; std::cout << j.dump() << std::endl; return 0; }
Debug
Known issues
gotchaRequires C++20; may not compile with older compilers.
fix
Use a C++20-compliant compiler (e.g., GCC 10+, Clang 10+, MSVC 2022).
affects: *
Upgrade
Version history
3.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

mysvac-jsonlib — pip install mysvac-jsonlib · libregistry