Registry / serialization / xpack
library1.0.6vcpkgunverified

xpack is a C++ library for converting structs to/from JSON and XML.

vcpkg install xpack
INSTALL
IMPORT
SIG · XPACK
X
xpack
serializationcppv1.0.6
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.

xpack/json.h
✓ #include <xpack/json.h>

Serialize a struct to JSON

#include "xpack/json.h" #include <cstdio> struct Person { std::string name; int age; XPACK(O(name, age)); }; int main() { Person p = {"Alice", 30}; std::string json = xpack::json::encode(p); printf("%s\n", json.c_str()); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

xpack — pip install xpack · libregistry