<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-cjson/README.md, branch or-1.31.0</title>
<subtitle>A mirror of https://github.com/openresty/lua-cjson
</subtitle>
<id>https://git.lua4.win/lua-cjson/atom?h=or-1.31.0</id>
<link rel='self' href='https://git.lua4.win/lua-cjson/atom?h=or-1.31.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/'/>
<updated>2026-02-10T01:08:52+00:00</updated>
<entry>
<title>optimize: rename cjson.decoce_allow_comments to cjson.decocde_allow_comment.</title>
<updated>2026-02-10T01:08:52+00:00</updated>
<author>
<name>lijunlong</name>
<email>lijunlong@openresty.com</email>
</author>
<published>2026-02-10T01:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=c305d55c7f321c01b4d135ef6d41879fd5f8e9f5'/>
<id>urn:sha1:c305d55c7f321c01b4d135ef6d41879fd5f8e9f5</id>
<content type='text'>
reslove two warnings and update the doc.
</content>
</entry>
<entry>
<title>feature: add option to allow comments in decode. </title>
<updated>2026-02-10T00:59:11+00:00</updated>
<author>
<name>skewb1k</name>
<email>skewb1kunix@gmail.com</email>
</author>
<published>2026-02-10T00:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=fed8c8356be4d94ceb55f2880bdb77fd9b55ef1e'/>
<id>urn:sha1:fed8c8356be4d94ceb55f2880bdb77fd9b55ef1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feature: add option to indent encoded output.</title>
<updated>2026-01-19T00:51:57+00:00</updated>
<author>
<name>skewb1k</name>
<email>skewb1kunix@gmail.com</email>
</author>
<published>2026-01-19T00:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=ea05d06f5a56d94d423fc697561a33ca3b8bf085'/>
<id>urn:sha1:ea05d06f5a56d94d423fc697561a33ca3b8bf085</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: added doc for encode_skip_unsupported_value_types.</title>
<updated>2024-08-01T01:23:44+00:00</updated>
<author>
<name>lijunlong</name>
<email>lijunlong@openresty.com</email>
</author>
<published>2024-08-01T01:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=91ca29db9a4a4fd0eedaebcd5d5f3ba2ace5ae63'/>
<id>urn:sha1:91ca29db9a4a4fd0eedaebcd5d5f3ba2ace5ae63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: update location of cjson documentation.</title>
<updated>2024-06-21T00:38:03+00:00</updated>
<author>
<name>James Hudson</name>
<email>mrthehud@gmail.com</email>
</author>
<published>2024-06-21T00:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=42ee52e79e277c496d8103618c811c6eb8f4f586'/>
<id>urn:sha1:42ee52e79e277c496d8103618c811c6eb8f4f586</id>
<content type='text'>
The kyne.com.au server seems to have moved to kyne.au</content>
</entry>
<entry>
<title>doc: minor tweak in README.md (#71)</title>
<updated>2021-09-23T02:36:08+00:00</updated>
<author>
<name>ali-ghazi78</name>
<email>39215015+ali-ghazi78@users.noreply.github.com</email>
</author>
<published>2021-09-23T02:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=3d93d297092172eac3d52a1b3b6c1d479da5341a'/>
<id>urn:sha1:3d93d297092172eac3d52a1b3b6c1d479da5341a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feature: add option to disable forward slash escaping</title>
<updated>2020-03-24T01:03:48+00:00</updated>
<author>
<name>Jesper Lundgren</name>
<email>jesperlundgren@exosite.com</email>
</author>
<published>2020-03-09T08:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=0df488874f52a881d14b5876babaa780bb6200ee'/>
<id>urn:sha1:0df488874f52a881d14b5876babaa780bb6200ee</id>
<content type='text'>
Thanks @spacewander for optimization and documentation.
</content>
</entry>
<entry>
<title>feature: set cjson.array_mt on decoded JSON arrays.</title>
<updated>2017-11-17T19:46:46+00:00</updated>
<author>
<name>Thibault Charbonnier</name>
<email>thibaultcha@me.com</email>
</author>
<published>2017-08-05T22:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=b5e364c7c60167995944ed3a3b9c54d9a377fc1d'/>
<id>urn:sha1:b5e364c7c60167995944ed3a3b9c54d9a377fc1d</id>
<content type='text'>
this can be turned on via cjson.decode_array_with_array_mt(true). off by
default.

Signed-off-by: Yichun Zhang (agentzh) &lt;agentzh@gmail.com&gt;
</content>
</entry>
<entry>
<title>feature: added new cjson.array_mt metatable to allow enforcing JSON array encoding.</title>
<updated>2017-11-16T04:41:57+00:00</updated>
<author>
<name>Thibault Charbonnier</name>
<email>thibaultcha@me.com</email>
</author>
<published>2017-07-09T04:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=5f9efa4829a72935ddcd40c7da6b1a9e10939b65'/>
<id>urn:sha1:5f9efa4829a72935ddcd40c7da6b1a9e10939b65</id>
<content type='text'>
Signed-off-by: Yichun Zhang (agentzh) &lt;agentzh@gmail.com&gt;
</content>
</entry>
<entry>
<title>docs: add a README with fork infos</title>
<updated>2016-03-14T21:20:27+00:00</updated>
<author>
<name>Thibault Charbonnier</name>
<email>thibaultcha@me.com</email>
</author>
<published>2016-03-01T05:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=e1ebda146f63276093970f1bec36e51f952b3dba'/>
<id>urn:sha1:e1ebda146f63276093970f1bec36e51f952b3dba</id>
<content type='text'>
</content>
</entry>
</feed>
