Json Manager (Construct 3 Plugins)

You're viewing a single comment in a conversation. View all the comments
  • 5 Comments

  • Order by
  • 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:

    • 0
      • Stuff:
      • MoreStuff:
    • 1
      • Stuff:
      • MoreStuff:
    • 2
      • Stuff:
      • MoreStuff:
    • 3
      • Stuff:
      • MoreStuff:
    • 4
      • Stuff:
      • MoreStuff:

    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.