-
Notifications
You must be signed in to change notification settings - Fork 2
YAML library for neko / haXe
License
TheHippo/nYAML
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
nYAML ===== nYAML is a YAML decoding and encoding library for the nekoVM / haXe. It is based on yaml-cpp (http://code.google.com/p/yaml-cpp) by Jesse Beder. Usage ----- As a YAML file could contain multiple documents nYAML always expects Array<Dynamic> as a representation for a whole YAML file. Decoding: var file : String = ... read file content ...; var documents : Array<Dynamic> = nYAML.NYAML.decode(file); Encoding: var objects : Array<Dynamic> = [ .... ]; var yaml : String = nYAML.NYAML.encode(objects);
About
YAML library for neko / haXe
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published