FromJSON

From Multi Theft Auto: Wiki
Revision as of 13:48, 20 December 2007 by EAi (talk | contribs)
Jump to navigation Jump to search

This function parses a JSON formatted string into variables.

Syntax

var fromJSON ( string json )

Required Arguments

  • json: A JSON formatted string

Returns

Returns variables read from the JSON string.

Example

--Needs example

See Also