Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2016-04-12 16:05:11 +0300
committerMark Pulford <mark@kyne.com.au>2016-04-12 16:05:11 +0300
commit1740e529ca7a9c249b7c8aaeec7336d8000bd192 (patch)
tree9c4ff7cc98613b7c9d08d7f8a5b85c29026793b8
parentb7082c83b25bfccf0857164541818fe47f2ef400 (diff)
Fix minor linking/typo faults in documentation
-rw-r--r--manual.txt5
-rw-r--r--performance.txt2
2 files changed, 4 insertions, 3 deletions
diff --git a/manual.txt b/manual.txt
index a12e378..0667736 100644
--- a/manual.txt
+++ b/manual.txt
@@ -203,8 +203,8 @@ Import Lua CJSON via the Lua +require+ function. Lua CJSON does not
register a global module table.
The +cjson+ module will throw an error during JSON conversion if any
-invalid data is encountered. Refer to <<cjson_encode,+cjson.encode+>>
-and <<cjson_decode,+cjson.decode+>> for details.
+invalid data is encountered. Refer to <<encode,+cjson.encode+>> and
+<<decode,+cjson.decode+>> for details.
The +cjson.safe+ module behaves identically to the +cjson+ module,
except when errors are encountered during JSON conversion. On error, the
@@ -238,6 +238,7 @@ workaround if required. Lua CJSON should be reinitialised via
different locale per thread is not supported.
+[[decode]]
decode
~~~~~~
diff --git a/performance.txt b/performance.txt
index fc3a5bb..a36412d 100644
--- a/performance.txt
+++ b/performance.txt
@@ -26,7 +26,7 @@ http://chiselapp.com/user/dhkolf/repository/dkjson/[DKJSON 2.1]::
https://github.com/brimworks/lua-yajl[Lua YAJL 2.0]::
- C wrapper for the YAJL library
-http://www.kyne.com.au/%7Emark/software/lua-cjson.php[Lua CSJON 2.0.0]::
+http://www.kyne.com.au/%7Emark/software/lua-cjson.php[Lua CJSON 2.0.0]::
- C implementation with no dependencies on other libraries