Json Manager (Construct 3 Plugins)

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

  • Order by
  • My ajax response is like this:

    [ { "number": 123456789, "name": "Aparador 350V" } ]

    [ { "number": 123456789, "name": "Aparador 350V" } ]

    [ { "number": 123456789, "name": "Aparador 350V" } ]

    [ { "number": 123456789, "name": "Aparador 350V" } ]

    If i load to Slot i cannot access the data because i dont have a query string to "?[0].number"

    After javascript i can access with "index[0].number"

    AND if i load to array with query index all data inside the array become "object Object"