json.fromStrProp: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:json.fromStrProp moved to json.fromStrProp) |
(No difference)
|
Revision as of 02:06, 9 March 2009
json.fromStrProp() Function
• Introduced in version 1.3b49
Creates a json object from a string property list.
Usage
[h: jobj = json.fromStrProp(strProp)]
Example
[r:json.fromStrProp("a=1;b=44;c=12")]
Returns
{"a":1,"c":12,"b":44}