Commit fe3a6490 authored by Marcel Stör's avatar Marcel Stör
Browse files

Add reference to original lib documentation for CJSON

parent bd20f15d
...@@ -6,7 +6,7 @@ Please note that nested tables can require a lot of memory to encode. To catch o ...@@ -6,7 +6,7 @@ Please note that nested tables can require a lot of memory to encode. To catch o
## cjson.encode() ## cjson.encode()
Encode a Lua table to a JSON string. Encode a Lua table to a JSON string. For details see the [documentation of the original Lua library](http://kyne.com.au/~mark/software/lua-cjson-manual.html#encode).
####Syntax ####Syntax
`cjson.encode(table)` `cjson.encode(table)`
...@@ -31,7 +31,7 @@ end ...@@ -31,7 +31,7 @@ end
## cjson.decode() ## cjson.decode()
Decode a JSON string to a Lua table. Decode a JSON string to a Lua table. For details see the [documentation of the original Lua library](http://kyne.com.au/~mark/software/lua-cjson-manual.html#_decode).
####Syntax ####Syntax
`cjson.decode(str)` `cjson.decode(str)`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment