json_decode [function]

json_decode( string jsondata )

decode JSON string to SGScript variable structure

json_decode( '{"a":5,"text":"something"}' ) // returns { a = 5, text = "something" }