DecodeJSON (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NecroBumpist
Add Links to JSON. Add reference to its parent library. Made more similar to EncodeJSON()
>NecroBumpist
Add Links to JSON. Add reference to its parent library. Made more similar to EncodeJSON()
 
(One intermediate revision by the same user not shown)
(No difference)

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