EncodeJSON (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
No edit summary
>NecroBumpist
Add Links to JSON. Add reference to its parent library.
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Function
<onlyinclude>{{Function
|name        = EncodeJSON
|name        = EncodeJSON
|arguments  = [[table]] <var>table_to_encode</var>
|arguments  = [[table]] <var>table_to_encode</var>
|returns    = [[string]] <var>json</var>
|returns    = [[string]] <var>encoded_table</var>
|description = Returns the table encoded as a [[JSON]] [[string]].
|description = Returns the table encoded as a [[JSON]] string.
}}
}}
{{clear floats}}
</onlyinclude>
EncodeJSON() is a [[functions|function]] inside of the [[RbxUtility_(Library)|RbxUtility]] [[RbxLibrary|library]].


{{clear floats}}
== See Also ==
*[[JSON]]
 
[[Category:Functions]]

Latest revision as of 22:29, 14 April 2012

EncodeJSON( table table_to_encode )
Returns string encoded_table
Description: Returns the table encoded as a JSON string.


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

See Also