LunarParser icon indicating copy to clipboard operation
LunarParser copied to clipboard

XML/JSON/YAML/CSV parsers for C#

Results 3 LunarParser issues
Sort by recently updated
recently updated
newest added

I'm really starting to wonder if I'm just stupid here. I've been trying for hours to get this thing to load a simple Yaml file and save it as an...

Support for YAML. Should use the same interface / naming conventions as the JSON and XML parsers. More info on the format [http://www.yaml.org/start.html](here)

enhancement

Generic serialization in ToObject and ToDataSource() does not currently support nested objects.