aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual.txt10
-rw-r--r--performance.txt2
2 files changed, 6 insertions, 6 deletions
diff --git a/manual.txt b/manual.txt
index 67bed57..f46117e 100644
--- a/manual.txt
+++ b/manual.txt
@@ -21,7 +21,7 @@ Lua CJSON is covered by the MIT license. Review the file +LICENSE+ for
21details. 21details.
22 22
23The latest version of this software is available from the 23The latest version of this software is available from the
24http://www.kyne.com.au/~mark/software/lua-cjson.php[Lua CJSON website]. 24http://www.kyne.com.au/%7Emark/software/lua-cjson.php[Lua CJSON website].
25 25
26Feel free to email me if you have any patches, suggestions, or comments. 26Feel free to email me if you have any patches, suggestions, or comments.
27 27
@@ -369,10 +369,10 @@ JSON libraries. To ensure the output is valid JSON, applications should
369ensure all Lua strings passed to +cjson.encode+ are UTF-8. 369ensure all Lua strings passed to +cjson.encode+ are UTF-8.
370 370
371Base64 is commonly used to encode binary data as the most efficient 371Base64 is commonly used to encode binary data as the most efficient
372encoding under UTF-8 can only reduce the encoded size by a further \~8%. 372encoding under UTF-8 can only reduce the encoded size by a further
373Lua Base64 routines can be found in the 373~8%. Lua Base64 routines can be found in the
374http://w3.impa.br/~diego/software/luasocket/[LuaSocket] and 374http://w3.impa.br/%7Ediego/software/luasocket/[LuaSocket] and
375http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64[lbase64] packages. 375http://www.tecgraf.puc-rio.br/%7Elhf/ftp/lua/#lbase64[lbase64] packages.
376========= 376=========
377 377
378Lua CJSON uses a heuristic to determine whether to encode a Lua table as 378Lua CJSON uses a heuristic to determine whether to encode a Lua table as
diff --git a/performance.txt b/performance.txt
index 2fd5c7d..05e39af 100644
--- a/performance.txt
+++ b/performance.txt
@@ -26,7 +26,7 @@ http://chiselapp.com/user/dhkolf/repository/dkjson/[DKJSON 2.1]::
26https://github.com/brimworks/lua-yajl[Lua YAJL 2.0]:: 26https://github.com/brimworks/lua-yajl[Lua YAJL 2.0]::
27 - C wrapper for the YAJL library 27 - C wrapper for the YAJL library
28 28
29http://www.kyne.com.au/~mark/software/lua-cjson.php[Lua CSJON 2.0.0]:: 29http://www.kyne.com.au/%7Emark/software/lua-cjson.php[Lua CSJON 2.0.0]::
30 - C implementation with no dependencies on other libraries 30 - C implementation with no dependencies on other libraries
31 31
32 32