1
0
Fork 0

Commit Graph

  • 261adde7a7 Expose JSON object lua-matrix Bram van den Heuvel 2024-02-20 08:09:45 +0100
  • dbf4b2dd2e
    Create FUNDING.yml master rxi 2020-06-18 17:03:53 +0100
  • ee6abdecb2 Updated README for loc changes rxi 2020-04-05 12:08:38 +0100
  • 11077824d7 Updated copyright year: 2019 => 2020 rxi 2020-04-05 12:06:41 +0100
  • 6d080a1a66 Additional string tests rxi 2020-04-05 11:56:43 +0100
  • 2e76cfb067 Fixed bug in `parse_string`'s escape sequence handling rxi 2020-04-05 11:53:21 +0100
  • 8aa60078ca Added currently failing test case for `u` preceded with multiple `\` in tests rxi 2020-04-05 10:31:12 +0100
  • d1e3b0f5d0 Version 0.1.2 v0.1.2 rxi 2019-06-21 22:44:42 +0100
  • 69b714ad2b Updated copyright year (2018 -> 2019) rxi 2019-04-09 20:20:50 +0100
  • f049daf06c
    Merge pull request #15 from nikeinikei/master rxi 2019-04-09 20:10:27 +0100
  • fd58f29876 Merge branch 'master' of https://github.com/nikeinikei/json.lua niki 2019-01-11 19:22:45 +0100
  • d3f417d4d4 fix array detection when using overloaded indexing niki 2019-01-11 19:12:00 +0100
  • e1abe1c45c fix array detection when using overloaded indexing niki 2019-01-11 19:12:00 +0100
  • bee7ee3431 Version 0.1.1 v0.1.1 rxi 2018-04-08 16:17:25 +0100
  • eb6e343c53 Added checking and tests for trailing garbage when decoding rxi 2018-03-10 14:28:50 +0000
  • 19cc024df6 Updated copyright year (2015 -> 2018), moved full license to json.lua rxi 2018-03-10 14:13:08 +0000
  • e1dbe93f7c Commented-out "strict decode" tests rxi 2015-09-30 21:03:27 +0100
  • cc9833592e Version 0.1.0 v0.1.0 rxi 2015-09-15 22:34:55 +0100
  • bf3ebf6679 Added argument type-checking to json.decode() rxi 2015-09-06 14:07:28 +0100
  • 89b0e905ef Changed empty table to be treated as array when encoding rxi 2015-09-06 10:31:54 +0100
  • 19b61e0628 Improved error message when encoding mixed/bad key types rxi 2015-09-05 19:56:53 +0100
  • 4fb28bbeee Fixed decoding of escaped '/', added test rxi 2015-08-31 18:43:08 +0100
  • 45cd518b25 Fixed mistake in README rxi 2015-08-30 21:37:10 +0100
  • cd8ecd34e3 Updated point in Notes section rxi 2015-08-30 19:21:05 +0100
  • 9fbfcde195 Improved error messages when encoding invalid table rxi 2015-08-30 19:16:36 +0100
  • a674e3ec0f Updated tests for encoding sparse/mixed key-type tables rxi 2015-08-30 19:11:19 +0100
  • 70556ccea5 Added checking for sparseness and mixed key types when encoding array rxi 2015-08-30 19:08:50 +0100
  • 3845cef229 Renamed 'keyword' -> 'literal' rxi 2015-08-20 18:54:00 +0100
  • 83164fb45c Removed unused `chr` argument from internal parse funcs rxi 2015-08-19 21:15:32 +0100
  • 2547923431 Updated README for increase in code size rxi 2015-08-19 21:03:25 +0100
  • 425c8b3e88 Replaced use of string.sub() + .byte() in parse_string with just .byte() rxi 2015-08-19 21:00:40 +0100
  • 6fdbd28ed9 Replaced new-line-in-string check with control-char check; tests rxi 2015-08-19 19:59:44 +0100
  • 7f823abd2e Fixed parse_string() to handle "\\" correctly, added tests rxi 2015-08-19 19:27:52 +0100
  • 50f4512c2c Added additional case in 'numbers' test rxi 2015-08-15 11:56:02 +0100
  • 9beca8a5bd Changed encode_number() number->string conversion method rxi 2015-08-15 11:42:38 +0100
  • 7b8aef0090 Fixed test for Lua5.1 - can't use %s format spec with table rxi 2015-08-15 11:02:43 +0100
  • 3cfffd299e Fixed codepoint_to_utf8()'s string.char usage for Lua5.3 rxi 2015-08-15 10:52:31 +0100
  • b51b7a53f7 Minor formatting change to parse() func rxi 2015-08-15 10:41:39 +0100
  • d1ebba043c Fixed indentation in benchmark util script rxi 2015-08-14 20:00:26 +0100
  • ced32bd221 README updates rxi 2015-08-14 19:42:00 +0100
  • 9720bb9f10 Added warmup for JIT in benchmark scripts rxi 2015-08-14 19:21:42 +0100
  • 8cb56f3d73 Changed decode benchmark script to prevent use of lpeg rxi 2015-08-14 19:09:20 +0100
  • c8e460b442 Added benchmark scripts rxi 2015-08-13 19:04:55 +0100
  • 31564c4195 Changed project overview text in README rxi 2015-08-13 18:40:09 +0100
  • 8bd7c4f8e7 Added more parts to the "strict decode" test rxi 2015-08-13 18:37:57 +0100
  • 89a5a96194 Removed support for numbers starting with "." rxi 2015-08-13 18:33:18 +0100
  • 8d14272359 Fixed parse_object() to disallow non-string keys rxi 2015-08-13 18:31:21 +0100
  • e150a5239c Tests rxi 2015-08-13 18:30:44 +0100
  • 05ad7beaf3 Updated README for surrogate pair support and increased size rxi 2015-08-12 19:38:01 +0100
  • 10811fbad7 Added support for decoing surrogate pairs rxi 2015-08-12 19:37:03 +0100
  • f36b2f34b7 Removed use of loadstring() in parse_string() rxi 2015-08-12 18:23:30 +0100
  • 157fa12fae Fixed parse_keyword() from making null -> false rxi 2015-08-11 21:10:17 +0100
  • 8b9c820218 Initial commit rxi 2015-08-11 21:08:33 +0100