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.
Resources
No resource links recorded.