EncodeJSON (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>NXTBoy No edit summary |
||
Line 2: | Line 2: | ||
|name = EncodeJSON | |name = EncodeJSON | ||
|arguments = [[table]] <var>table_to_encode</var> | |arguments = [[table]] <var>table_to_encode</var> | ||
|returns = [[string]] <var> | |returns = [[string]] <var>json</var> | ||
|description = Returns a [[string]] | |description = Returns the table encoded as a [[JSON]] [[string]]. | ||
}} | }} | ||
{{clear floats}} | {{clear floats}} |
Revision as of 09:36, 4 February 2012
EncodeJSON( table table_to_encode ) | |
Returns | string json |
Description: | Returns the table encoded as a JSON string. |