DecodeJSON (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Tenal
No edit summary
>JulienDethurens
No edit summary
Line 1: Line 1:
{{Function
<onlyinclude>{{Function
|name        = DecodeJSON
|name        = DecodeJSON
|arguments  = [[string]] <var>encoded_table</var>
|arguments  = [[string]] <var>encoded_table</var>
Line 7: Line 7:


{{clear floats}}
{{clear floats}}
</onlyinclude>
[[Category:Functions]]
[[Category:Functions]]

Revision as of 06:15, 7 February 2012

DecodeJSON( string encoded_table )
Returns table decoded_table
Description: Returns a table with all parsed JSON values.