EncodeJSON (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Tenal No edit summary |
>JulienDethurens No edit summary |
||
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> | ||
Line 7: | Line 7: | ||
{{clear floats}} | {{clear floats}} | ||
</onlyinclude> | |||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 06:15, 7 February 2012
EncodeJSON( table table_to_encode ) | |
Returns | string json |
Description: | Returns the table encoded as a JSON string. |