Hi all,
I am working on something using JSON and I can't seem to figure out how to do this. I'm receiving a JSON object that looks like this: {"List" : ["ob1":"c1","ob2":"c2"...]}
I am getting this from a .js file. How do I use the object?
So far I've only worked with files that have objects like this: Object = {"List" : ["ob1":"c1","ob2":"c2"...]}
And that's simple to use since all I have to do is import the .js file and then call Object.List [etc].
I'm a little bit of a noob so bear with me on this :( ..
Thanks in advance!