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..."
 
>NecroBumpist
Add Links to JSON. Add reference to its parent library. Made more similar to EncodeJSON()
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{User:JulienDethurens/Sandbox
<onlyinclude>{{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}}
</onlyinclude>
DecodeJSON() is a [[functions|function]] inside of the [[RbxUtility_(Library)|RbxUtility]] [[RbxLibrary|library]].
== See Also ==
*[[JSON]]
[[Category:Functions]]

Latest revision as of 22:30, 14 April 2012

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


DecodeJSON() is a function inside of the RbxUtility library.

See Also