Forum Discussion

parag's avatar
parag
Visitor
9 years ago

Copy of Brightscript object being created when using assignment operator.

In my main.brs, I am parsing a JSON from server and then assign the result which is an associative array with more nested associative arrays which house more arrays. json = ParseJSON() m.scene.jso...