EncodeJSON (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. |
||
(17 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | <onlyinclude>{{Function | ||
|name = EncodeJSON | |name = EncodeJSON | ||
|arguments = [[table]] table_to_encode | |arguments = [[table]] <var>table_to_encode</var> | ||
|returns = [[string]] encoded_table | |returns = [[string]] <var>encoded_table</var> | ||
|description = Returns a 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]]. | |||
== 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.