Allows you to work with complex Json objects from your event sheet.
This is exactly what I needed, I have a quick question.
I'm pulling in a JSON that has Items:, under that is 0, 1, 2, 3 etc. Under each of those numbers is a bunch of info. Is there a way I can query how many Child nests there are under Items? I'm probably not explaining it well at all.
Items:
Is there a way to get a count of each of the numbers so I know what the last number is?
This plugin is marked as deprecated. all the json functionality you need is available with the built in json plugin for c3. This plugin was created before that existed and is no longer needed.
But doesn't the buit in Json plugin require the JSON file to setup in a specific way? I'm pulling data from Youtube API so I can't change how the JSON file is structured.
I'll dig deeper, thanks.
It doesn't require it to be a certain way. I changed my game over to the built in one.
Thank you, got it all figured out.