Parse a YAML file

前端 未结 3 837
半阙折子戏
半阙折子戏 2020-11-27 06:53

This is the first time I am working with YAML files, so the first think I looked at was to find any library that could help me to parse the file.

I have found two li

3条回答
  •  一生所求
    2020-11-27 07:11

    YamlBean is included to DMelt Java numeric computational environment (http://jwork.org/dmelt/). You can create Yaml files using jhplot.io.HFileYAML class which creates a key-value map and save as yaml file.

提交回复
热议问题