Mark Pulford 386fdad682 Fix detection of objects with numeric string keys 14 лет назад
..
README 6f1f110cce Document permission received to use examples 15 лет назад
bench.lua 7e95a59446 Use a benchmark duration, not interation count 14 лет назад
common.lua 6ba7499ac5 Add support for stdin to encode.lua/decode.lua 15 лет назад
decode.lua 6ba7499ac5 Add support for stdin to encode.lua/decode.lua 15 лет назад
encode.lua 6ba7499ac5 Add support for stdin to encode.lua/decode.lua 15 лет назад
example1.json c88eb62e28 Remove invalid newlines from JSON examples 15 лет назад
example2.json 4146070e69 Add basic JSON tests and benchmark 15 лет назад
example3.json 4146070e69 Add basic JSON tests and benchmark 15 лет назад
example4.json c88eb62e28 Remove invalid newlines from JSON examples 15 лет назад
example5.json 4146070e69 Add basic JSON tests and benchmark 15 лет назад
genutf8.pl 22550d0ab3 Use Perl builtin UTF-8 support, not Text::Iconv 15 лет назад
numbers.json 3d1c5e19f4 Add support for runtime number precision config 14 лет назад
octets-escaped.dat 4dc56c6d36 Add UTF-16 surrogate pair decode support 15 лет назад
rfc-example1.json 4146070e69 Add basic JSON tests and benchmark 15 лет назад
rfc-example2.json 4146070e69 Add basic JSON tests and benchmark 15 лет назад
test.lua 386fdad682 Fix detection of objects with numeric string keys 14 лет назад
types.json 9d7bd06ad5 Add trivial types.json example 14 лет назад

README

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

Used with permission.