Registry / serialization / serdepp

serdepp

JSON →
library0.1.4vcpkgunverified

C++17 universal serialize/deserialize library like Rust serde, supporting nlohmann_json, fmt, yaml-cpp, toml11, rapidjson.

vcpkg install serdepp
INSTALL
IMPORT
SIG · SERDEPP
S
serdepp
serializationcppv0.1.4
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.

serdepp/serdepp.hpp
#include <serdepp/serdepp.hpp>

Serializes a struct to JSON using serdepp.

#include <serdepp/serdepp.hpp> #include <iostream> struct Point { int x, y; }; int main() { Point p{1, 2}; auto json = serde::serialize<nlohmann::json>(p); std::cout << json.dump() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

serdepp — pip install serdepp · libregistry