JSON - Vocaloid

Hi All I’m trying to generate .vpr viles for Vocaloid programatically…

Looking at them, they seem to be JSON with a binary header and footer…

So after manually stripping the binary stuff I can get the project info into SC using String:parseYAMLFile …

Is there any way to write the nested Dictionaries back to JSON ? I had a look at SCNvimJSON.strigify but doesn’t seem to be what’s wanted!

Ahh SCnvimJSON.stringify almost works - the issue is that Arrays are not implemented yet…

There is a JSON class in the API quark.

Thanks @jpburstrom !!