WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

SebaLukas/example-ryaml-serialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published