YAML implementation for Nim https://nimyaml.org
Go to file
Felix Krause a094089fb9 Various improvements
* Better JSON serialization (map bool literals to true/false if
   possible)
 * Fixed a problem where the tag of block sequence would be
   wrongly placed
 * Always output "" when dumping empty strings
 * Added helper functions to create YamlStreamEvents.
 * Moved procs for YamlStreamEvents to private/events.nim
 * renamed dump() to present()
 * Added dump() and load() to yaml.serialization
2015-12-29 18:22:55 +01:00
bench Better interface for loading to JSON 2015-12-29 12:33:41 +01:00
private Various improvements 2015-12-29 18:22:55 +01:00
test Various improvements 2015-12-29 18:22:55 +01:00
yaml Various improvements 2015-12-29 18:22:55 +01:00
.gitignore Can construct basic types and custom objects 2015-12-29 15:09:37 +01:00
config.nims Can construct basic types and custom objects 2015-12-29 15:09:37 +01:00
copying.txt Added copyright 2015-12-28 22:22:51 +01:00
yaml.nim Various improvements 2015-12-29 18:22:55 +01:00