mirror of https://github.com/linuxdeepin/linglong
10 lines
307 B
Markdown
10 lines
307 B
Markdown
|
|
# 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.
|