Commit Graph

  • b3e265eb84 Add test for numbers Petri Lehtinen 2009-08-24 20:54:40 +0300
  • 0565988d12 Expand value test coverage Petri Lehtinen 2009-08-18 21:33:45 +0300
  • 114fc96f76 array: Fix a few checks and a leak Petri Lehtinen 2009-08-23 13:32:10 +0300
  • c21ade41e0 run-test: Don't remove all testlogs when starting a new test suite Petri Lehtinen 2009-08-23 13:00:22 +0300
  • 251722d499 Add README and API reference Petri Lehtinen 2009-08-02 21:26:37 +0300
  • 0428f48d19 Refuse to dump other types than array and object as the root value Petri Lehtinen 2009-08-04 20:54:47 +0300
  • 36530d8c25 Remove unimplemented json_clone() Petri Lehtinen 2009-07-28 11:37:06 +0300
  • 08d712d038 Add macro json_is_boolean Petri Lehtinen 2009-07-28 11:36:53 +0300
  • 2f4d6f8ae7 Add LICENSE and a copyright note to all sources Petri Lehtinen 2009-07-28 11:01:52 +0300
  • f41e380984 Rename json_{load,dump} to json_{load,dump}_file Petri Lehtinen 2009-07-28 10:57:17 +0300
  • b348519e96 Fix some memory leaks and invalid memory references Petri Lehtinen 2009-07-28 10:37:52 +0300
  • f60c563bab Enhance test system Petri Lehtinen 2009-07-26 22:44:11 +0300
  • d3b3055a34 Expand encoder test coverage Petri Lehtinen 2009-07-26 21:51:45 +0300
  • 20efe4aa26 Expand parser and Unicode test coverage Petri Lehtinen 2009-07-18 15:59:55 +0300
  • 9240146c10 Implement support for \u escapes Petri Lehtinen 2009-07-14 20:47:57 +0300
  • a0435e3061 Show the whole UTF-8 sequence in error message, not just the first byte Petri Lehtinen 2009-07-14 20:45:28 +0300
  • 7b702e8ad7 Remove TODO Petri Lehtinen 2009-07-14 11:12:31 +0300
  • df307f1bc3 Report errors from lexical and stream level in parser Petri Lehtinen 2009-07-13 23:34:31 +0300
  • 1f65a3cae7 Get rid of JSON_SORT_KEYS dump flag Petri Lehtinen 2009-07-13 21:39:51 +0300
  • 902bcdaa5e Decode and check for correct UTF-8 Petri Lehtinen 2009-07-13 21:03:09 +0300
  • 625f50f916 Streamify the loader Petri Lehtinen 2009-07-13 11:01:20 +0300
  • 4c414bdd6d Get rid of json_dumpfd and json_loadfd Petri Lehtinen 2009-07-13 10:31:42 +0300
  • 1b67edb54d Little clean-up in parser Petri Lehtinen 2009-07-11 11:16:14 +0300
  • 287ec3f9da Unify naming in parser Petri Lehtinen 2009-07-11 10:52:57 +0300
  • 13c7ad3219 Make the lexer not depend on locale Petri Lehtinen 2009-07-09 21:48:04 +0300
  • 68e948f567 Don't dump extra spaces when indenting Petri Lehtinen 2009-07-09 20:54:29 +0300
  • 8ef778c843 Add some tests Petri Lehtinen 2009-07-09 21:01:40 +0300
  • 6b14df13cc Fix dumping of Unicode control codes Petri Lehtinen 2009-07-04 22:02:16 +0300
  • f9c2a113bb Fix number tokenizer Petri Lehtinen 2009-07-04 13:18:49 +0300
  • 4384776776 Fix empty array dumping Petri Lehtinen 2009-07-03 23:22:47 +0300
  • 55af26f05a strbuffer: Optimize string termination Petri Lehtinen 2009-06-30 14:39:55 +0300
  • b724c2b122 Separate integers and real numbers Petri Lehtinen 2009-06-23 00:14:28 +0300
  • 39802813f4 Use -Werror Petri Lehtinen 2009-06-23 00:06:38 +0300
  • b1fe723a7f Fix json_loadf and json_loadfd with empty input Petri Lehtinen 2009-06-22 21:09:25 +0300
  • dc9b954b62 Print correct error message on premature end of array Petri Lehtinen 2009-06-21 16:04:43 +0300
  • ae5ed3ff70 Fix json_set_error Petri Lehtinen 2009-06-15 22:30:52 +0300
  • 82dffff71f Don't use AM_MAINTAINER_MODE Petri Lehtinen 2009-06-15 22:30:17 +0300
  • acfee50d5b Add TODO Petri Lehtinen 2009-06-14 10:33:20 +0300
  • 7dc6cfd9cc Fix a few memory leaks in json_parse_object() Petri Lehtinen 2009-06-13 22:54:57 +0300
  • d135a80e07 Implement json_load, json_loadf and json_loadfd Petri Lehtinen 2009-06-13 22:28:26 +0300
  • 8c697312e4 strbuffer_value: Return a read-only pointer rather than duplicating the value Petri Lehtinen 2009-06-13 22:26:45 +0300
  • 3e0134782b strbuffer: Allocate enough space for value initially Petri Lehtinen 2009-06-13 22:26:23 +0300
  • 197d3aa160 Implement strbuffer Petri Lehtinen 2009-06-11 08:56:11 +0300
  • 9b825f7b18 Move max() to util.h Petri Lehtinen 2009-06-11 08:54:40 +0300
  • 7764f3f321 Implement json_dump and json_dumps Petri Lehtinen 2009-06-09 22:37:31 +0300
  • 9e63004c43 Add autotools generated files to .gitignore Petri Lehtinen 2009-05-16 22:26:51 +0300
  • d1407bed3a Implement dumping to an fd Petri Lehtinen 2009-05-16 15:15:01 +0300
  • fdcf28b667 Refactor error reporting Petri Lehtinen 2009-05-13 22:25:34 +0300
  • 6e160c146c Use autoconf, automake & libtool Petri Lehtinen 2009-05-12 22:21:50 +0300
  • 0b58486ec4 Fix json_object_get Petri Lehtinen 2009-05-12 22:15:48 +0300
  • 86e1481cdb Get rid of include/ Petri Lehtinen 2009-05-12 22:07:50 +0300
  • 514bbeaf7f Parse an empty object correctly Petri Lehtinen 2009-05-06 21:01:00 +0300
  • 9ea51b2855 Implement dumping to file Petri Lehtinen 2009-05-12 21:34:14 +0300
  • 61d0111323 Bump hashtable, allocate object->hashtable statically Petri Lehtinen 2009-04-30 16:38:39 +0300
  • a2adf6ec98 Add support for iterating over objects Petri Lehtinen 2009-04-30 16:38:22 +0300
  • 17a69c2d66 Initial import Petri Lehtinen 2009-02-06 20:26:27 +0200