Closed diegovdc closed 5 years ago
I see you actually opened an issue at the Supercollider repo, with the exact same problem (https://github.com/supercollider/supercollider/issues/1154 ). Too bad there is no solution yet.
Yeah, it's not something that the API quark can fix. Of course I wouldn't want to implement my own JSON parser in supercollider either.
If you can send {"items": [1, 2, 3]}
then you will be fine I think.
I see that
JSON.parse
is simply a call to.parseYAML
, however that method fails to type correctly things like an array of numbers.i.e.
Is there any chance of getting better support for this?