EncodeJSON (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>JulienDethurens No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{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 composed of argument table in JSON data format. | |description = Returns a [[string]] composed of argument table in JSON data format. | ||
}} | }} | ||
{{clear floats}} | {{clear floats}} |
Revision as of 04:51, 4 February 2012
EncodeJSON( table table_to_encode ) | |
Returns | string encoded_table |
Description: | Returns a string composed of argument table in JSON data format. |