Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 441 Bytes

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