DecodeJSON (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>NecroBumpist
Add Links to JSON. Add reference to its parent library. Made more similar to EncodeJSON()
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
|arguments  = [[string]] <var>encoded_table</var>
|arguments  = [[string]] <var>encoded_table</var>
|returns    = [[table]] <var>decoded_table</var>
|returns    = [[table]] <var>decoded_table</var>
|description = Returns a table with all parsed JSON values.
|description = Returns a table with all parsed [[JSON]] values.
}}
}}


{{clear floats}}
{{clear floats}}
</onlyinclude>
</onlyinclude>
DecodeJSON() is a [[functions|function]] inside of the [[RbxUtility_(Library)|RbxUtility]] [[RbxLibrary|library]].
== See Also ==
*[[JSON]]
[[Category:Functions]]
[[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