Skip to content

Tool to generate rapidjson C++ classes, reader, writer and tests from pydantic schema python classes. The goal is to ease the development of C++ REST clients.

License

Notifications You must be signed in to change notification settings

desjare/jsonschematocpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

jsonschematocpp

Tool to generate rapidjson C++ classes, reader, writer and tests from pydantic schema python classes. The goal is to ease the development of C++ REST clients.

The tool generates C++ classes that can be compiled with rapidjson based on pydantic schema python files. For now only basic types are supported:

  • integer
  • string
  • number (double)
  • boolean

About

Tool to generate rapidjson C++ classes, reader, writer and tests from pydantic schema python classes. The goal is to ease the development of C++ REST clients.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages