1. e8161a1 Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at the end of arrays and objects. by Eric Haszlakiewicz · 13 years ago
  2. ca8b27d Enable -Werror and fix a number of minor warnings that existed. by Eric Haszlakiewicz · 13 years ago
  3. c3068bf Reformat the test sources. No functional change. by Eric Haszlakiewicz · 13 years ago
  4. 92f31bd Handle the \f escape sequence (the two characters: backslash followed by an f, not a literal formfeed) and extend the test_parse test to check all valid escape sequences. by Eric Haszlakiewicz · 13 years ago
  5. c1b8891 Move the rest of the tests into the tests subdirectory. by Eric Haszlakiewicz · 14 years ago[Renamed from test_parse.c]
  6. c5c623a Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations. by Eric Haszlakiewicz · 14 years ago