mirror of https://github.com/linuxdeepin/linglong
1. vendor more dependencies - docopt.cpp - tl-expected 2. make ocppi subproject 3. upgrade PFL.cmake Signed-off-by: black-desk <me@black-desk.cn> |
||
|---|---|---|
| .. | ||
| .github | ||
| apps/ytj | ||
| cmake | ||
| cmake.fix | ||
| misc/cmake | ||
| src/ytj | ||
| tests/ytj-test | ||
| tools | ||
| .clang-format | ||
| .cmake-format.py | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
README.md
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.