diff options
| author | Mark Pulford <mark@kyne.com.au> | 2012-01-13 20:52:28 +1030 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:34 +1030 |
| commit | d2108a207511352f32f21a91bdfc5f835e0460de (patch) | |
| tree | a1148ced2dd87eb98ce8fb567916f3ee7b8128ce | |
| parent | d6fc98ff60120b891fc3d94e18a61962b67e4c4c (diff) | |
| download | lua-cjson-d2108a207511352f32f21a91bdfc5f835e0460de.tar.gz lua-cjson-d2108a207511352f32f21a91bdfc5f835e0460de.tar.bz2 lua-cjson-d2108a207511352f32f21a91bdfc5f835e0460de.zip | |
Use Lua CJSON instead of CJSON in documentation
| -rw-r--r-- | manual.txt | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -200,9 +200,9 @@ conversion as they are usually well supported, fast and bug free. | |||
| 200 | However, these functions require a workaround for JSON | 200 | However, these functions require a workaround for JSON |
| 201 | encoding/parsing under locales using a comma decimal separator. Lua | 201 | encoding/parsing under locales using a comma decimal separator. Lua |
| 202 | CJSON detects the current locale during instantiation to determine | 202 | CJSON detects the current locale during instantiation to determine |
| 203 | whether a workaround is required. CJSON should be reinitialised via | 203 | whether a workaround is required. Lua CJSON should be reinitialised |
| 204 | +cjson.new+ if the locale of the current process changes. Different | 204 | via +cjson.new+ if the locale of the current process changes. |
| 205 | locales per thread are not supported. | 205 | Different locales per thread are not supported. |
| 206 | 206 | ||
| 207 | 207 | ||
| 208 | decode | 208 | decode |
