Registry / serialization / taocpp-json

taocpp-json

JSON →
library2020-09-14vcpkgunverified

C++ header-only JSON library

vcpkg install taocpp-json
INSTALL
IMPORT
SIG · TAOCPP-JSON
T
taocpp-json
serializationcppv2020-09-14
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.

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

Create and serialize a JSON object

#include <tao/json.hpp> #include <iostream> int main() { tao::json::value v = { {"name", "John"}, {"age", 30}, {"city", "New York"} }; std::cout << tao::json::to_string(v) << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2020-09-14latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

taocpp-json — pip install taocpp-json · libregistry