Recently, i have been working with JSON from a url. I was hoping to use only javascript to interact with the json file. Hence, i found out about this: How can I open a JSON file in JavaScript without jQuery? I used the answer from Drew, but the question now is how do i work with the Object?
Object {success: true, rgInventory: Object, rgCurrency: Array[0], rgDescriptions: Object, more: false…}
This is the result from using Drew's answer.
I hope my question is understandable.