I need to parse YAML data for visualiztion. Is there any existing code to do this? YAML-net uses a namespace so I think won’t work directly.
cheers,
Grant
I need to parse YAML data for visualiztion. Is there any existing code to do this? YAML-net uses a namespace so I think won’t work directly.
cheers,
Grant
Same issue Here anyone have a Solution…?
I currently use a script called MiniJSON, do a google search for it (don’t like to provide direct link in case it changes in the future). It’s a JSON parser and I believe it should do what you want. There are likely better ones out there by now but I stopped looking once I found one that worked for my purposes.