EncodeJSON (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>JulienDethurens
It isn't our job to document JSON, as it has nothing to do with ROBLOX. So let's just link to Wikipedia.
Line 3: Line 3:
|arguments  = [[table]] <var>table_to_encode</var>
|arguments  = [[table]] <var>table_to_encode</var>
|returns    = [[string]] <var>json</var>
|returns    = [[string]] <var>json</var>
|description = Returns the table encoded as a [[JSON]] [[string]].
|description = Returns the table encoded as a JSON string.
}}
}}


{{clear floats}}
{{clear floats}}
</onlyinclude>
</onlyinclude>
== See Also ==
*[http://en.wikipedia.org/wiki/JSON JSON]
[[Category:Functions]]
[[Category:Functions]]

Revision as of 02:25, 17 March 2012

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


See Also