Skip to content

piatsko/jserialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serialize and deserialize any aggregate type to JSON

Implemented using qlibs.reflect

Note

Actually, not everything can be serialized and deserialized because of limitations of the technique. Known issues:

  • Can not serialize if an object contains static array, not wrapped in std::array
  • Can not deserialize if there is char* field in an object.

Requirements

  • C++20

Build

$ mkdir -p build
$ cmake -S . -B build/
$ cmake --build build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published