read-yaml

There are 2 repositories under read-yaml topic.

  • Jaid/read-file-yaml

    Reads YAML 1.2 from a file. Returns null if file does not exist (or is a directory) instead of throwing an Error.

    Language:JavaScript130
  • MaartenJongeneel/readyaml

    Yaml is a data-serialization language that is commonly used for configuration files. Unfortunately, to the best my knowledge, a parcer for YAML files in MATLAB does not exist. In this project, I created a parcer for YAML files in MATLAB. The parcer is free to use and available on both my Github page as well as Matlab file exchange.

    Language:MATLAB