Is there any JSON parser already existing for VVVV?
what would you want it to output?
never seen one, but i think there are plenty JSON to XML converters out there…
I suppose I’d need a way of selecting out objects for comparison, similar to the XPath node
Maybe you could do this with a dynamic plugin using the json .net library:
That’s what I was just looking at. I’ll stick it up if I get it working
@benkyma or all: did anyone manage to have a JSON parser inside vvvv?
@efe It’s still not implemented.
check here json-parser
I made version with JSONPath(like XPath) support, will add it to addonpack when fix some bugs.