Registry / serialization / swaggercpp

swaggercpp

JSON →
library0.2.1vcpkgunverified

Professional C++23 library for Swagger/OpenAPI parsing, validation, traversal, and serialization.

vcpkg install swaggercpp
INSTALL
IMPORT
SIG · SWAGGERCPP
S
swaggercpp
serializationcppv0.2.1
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.

swaggercpp/swagger.h
#include <swaggercpp/swagger.h>

Parse an OpenAPI 3.0 document

#include <swaggercpp/swagger.h> #include <iostream> int main() { swaggercpp::Document doc; doc.parse(R"({"openapi":"3.0.0","info":{"title":"Test"}})"); std::cout << doc.title() << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources

No resource links recorded.

swaggercpp — pip install swaggercpp · libregistry