Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 283 Bytes

Example rapidyaml serialization json/yaml to/from c++ structs

A small example how to serialize and deserialize yaml and json files to/from cpp structs

Getting started

# Run cmake
cmake -S . -B build -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

# Build
ninja -C build