DecodeJSON (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
Created page with "{{User:JulienDethurens/Sandbox |name = DecodeJSON |arguments = string encoded_table |returns = table decoded_table |description = Returns a table with all..."
>JulienDethurens
No edit summary
Line 1: Line 1:
{{User:JulienDethurens/Sandbox
{{Function
|name        = DecodeJSON
|name        = DecodeJSON
|arguments  = [[string]] encoded_table
|arguments  = [[string]] <var>encoded_table</var>
|returns    = [[table]] decoded_table
|returns    = [[table]] <var>decoded_table</var>
|description = Returns a table with all parsed JSON values.
|description = Returns a table with all parsed JSON values.
|library      = RbxUtility
}}
}}


{{clear floats}}
{{clear floats}}

Revision as of 04:54, 4 February 2012

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