======jsondecode====== Convert a [[PTPScript:Types:String|String]] in JSON format to an appropriate value. \\ **Syntax** * ''[[PTPScript:Types:Mixed|Mixed]] jsondecode( [[PTPScript:Types:String|String]] subject [, [[PTPScript:Types:Boolean|Boolean]] associative ] )'' \\ **Parameters** * [[PTPScript:Types:String|String]] ''subject'' - The String to be converted. * [[PTPScript:Types:Boolean|Boolean]] ''associative'' - Whether to convert objects into associative arrays. \\ **Result** * [[PTPScript:Types:Mixed|Mixed]] - The converted value. Returns ''subject'' converted from JSON format.