So I'm trying to use this with json data that's been put into an array, and its reporting back this.
[c2array] is a boolean : True
[size] is an array of length: 3
+---[0] is a number: 1
+---[1] is a number: 1
+---[2] is a number: 1
[data] is an array of length: 1
+---[0] is an array of length: 1
+---+---[0] is an array of length: 1
+---+---+---[0] is an object
+---+---+---+---[Username] is a string : "Justin"
+---+---+---+---[Password] is a string : "Test"
+---+---+---+---[objectId] is a string : "NYulexXQuC"
+---+---+---+---[createdAt] is a string : "2014-09-15T17:44:35.614Z"
+---+---+---+---[updatedAt] is a string : "2014-09-15T17:44:35.614Z"
But i can't figure out how to access the values of the data eg; username, password etc.
eg: JSON.Value(0,"Username") is undefined.