Hi, I'm using the JSON object and it I'm struggling to get data from it, and the example that comes with it isn't helping that much... First, I load this very simple json text:
{"valores":{"jg":"1","n1":"Lucas","p1":"2","a1":"3","n2":"","p2":-1,"a2":-1,"n3":"","p3":-1,"a3":-1}}
What should I do to get the string from "n1"?