parseJson

Takes a JSON string as an argument, and converts it into a lua value.
Objects and arrays are converted to tables appropriately.
overload 1:
parseJson(jsonString)
Method Property Fluent Description Representation
jsonString accepts a String
Return Value anything
a a