linglong/external/ytj/README.md

10 lines
307 B
Markdown
Raw Permalink Normal View History

# ytj
This project is a simple header-only library contains some functions
to perform 2-ways convert between YAML::Node and nlohmann::json
and a little cli program `ytj` to read yaml from file and print json to stdout.
## BUGS
Merge keys no supported. Check https://github.com/jbeder/yaml-cpp/issues/41.