Mark Pulford 7e95a59446 Use a benchmark duration, not interation count 14 years ago
..
README 6f1f110cce Document permission received to use examples 15 years ago
bench.lua 7e95a59446 Use a benchmark duration, not interation count 14 years ago
common.lua 6ba7499ac5 Add support for stdin to encode.lua/decode.lua 15 years ago
decode.lua 6ba7499ac5 Add support for stdin to encode.lua/decode.lua 15 years ago
encode.lua 6ba7499ac5 Add support for stdin to encode.lua/decode.lua 15 years ago
example1.json c88eb62e28 Remove invalid newlines from JSON examples 15 years ago
example2.json 4146070e69 Add basic JSON tests and benchmark 15 years ago
example3.json 4146070e69 Add basic JSON tests and benchmark 15 years ago
example4.json c88eb62e28 Remove invalid newlines from JSON examples 15 years ago
example5.json 4146070e69 Add basic JSON tests and benchmark 15 years ago
genutf8.pl 22550d0ab3 Use Perl builtin UTF-8 support, not Text::Iconv 15 years ago
numbers.json 3d1c5e19f4 Add support for runtime number precision config 14 years ago
octets-escaped.dat 4dc56c6d36 Add UTF-16 surrogate pair decode support 15 years ago
rfc-example1.json 4146070e69 Add basic JSON tests and benchmark 15 years ago
rfc-example2.json 4146070e69 Add basic JSON tests and benchmark 15 years ago
test.lua 582ea61b9e Display CJSON library version when testing 14 years ago
types.json 9d7bd06ad5 Add trivial types.json example 14 years ago

README

These JSON examples were taken from the JSON website
(http://json.org/example.html) and RFC 4627.

Used with permission.