Commit Graph

  • 5c119099f3 Generator: added a test of an array with too many numbers Benoit Blanchon 2014-06-24 21:09:25 +02:00
  • bb705bab63 Generator: added a test with two numbers in an array Benoit Blanchon 2014-06-24 21:07:17 +02:00
  • 22ca52326c Generator: added a test of a float in an array Benoît Blanchon 2014-06-24 13:53:30 +02:00
  • aa8cff7101 Generator: added a test of a full array Benoît Blanchon 2014-06-24 13:38:48 +02:00
  • df25a21050 Generator: added a test of an array with 2 strings Benoît Blanchon 2014-06-24 13:36:40 +02:00
  • f18f554c2f Generator: added a test of one string in an array Benoît Blanchon 2014-06-24 13:34:55 +02:00
  • c8c1add4ab Generator: added empty array test Benoît Blanchon 2014-06-24 13:19:23 +02:00
  • 3d8b31b1ec Moved all JsonParser code in a sub-folder. Benoit Blanchon 2014-06-24 12:53:22 +02:00
  • 80e0a51c15 Updated change log v1.2 Benoit Blanchon 2014-03-03 14:02:34 +01:00
  • dd416e51f3 Added links Benoit Blanchon 2014-03-03 14:00:00 +01:00
  • 7059e35938 Fixed char[] json in the example Benoit Blanchon 2014-03-01 12:59:45 +01:00
  • 17d1f5cd2f Updated the change log v1.1 Benoit Blanchon 2014-02-27 19:51:24 +01:00
  • 8c2a1fab72 Remplaced char* by char[] Benoit Blanchon 2014-02-27 13:59:06 +01:00
  • c844db8659 Added change log Benoit Blanchon 2014-02-27 13:54:34 +01:00
  • 3661f801a5 Refactored getNestedTokenCount() Benoit Blanchon 2014-02-27 13:32:50 +01:00
  • a35d503a02 Fixed the bug in getNestedTokenCount() Benoit Blanchon 2014-02-27 13:30:03 +01:00
  • 2ed6317135 Added more test on arrays Benoit Blanchon 2014-02-27 13:20:49 +01:00
  • a278cd825f Added unit tests for invalid arrays Benoit Blanchon 2014-02-27 13:12:52 +01:00
  • 0eaa5e3f1b Fixed null pointer exception in JsonArray and JsonHashTable constructors Benoit Blanchon 2014-02-27 13:12:10 +01:00
  • b35095ded1 Added unit tests on multi-dimensional arrays to isolate the bug Benoit Blanchon 2014-02-27 13:03:25 +01:00
  • 597b4c7888 Added unit tests for all members of the gbathree JSON string Benoit Blanchon 2014-02-27 12:48:06 +01:00
  • 995aa7dd40 Added unit tests of sample string given by gbatree Benoit Blanchon 2014-02-26 22:29:20 +01:00
  • a58fb13d37 Added unit tests of the JsonArray example Benoit Blanchon 2014-02-26 22:09:14 +01:00
  • d994178678 Added .gitignore for the tests folder Benoit Blanchon 2014-02-26 22:00:35 +01:00
  • dc1b3f3d78 Added Unit Test for the HashTable example Benoit Blanchon 2014-02-26 21:58:20 +01:00
  • 006fc13141 Example: change the type of the json string from char* to char[] because it cause issue in memory protected environments. Benoit Blanchon 2014-02-26 21:38:58 +01:00
  • 53466a2fb2 Changed the title v1.0 Benoit Blanchon 2014-01-23 12:59:28 +01:00
  • f5a1e1d5e0 Added "features" section Benoit Blanchon 2014-01-22 21:50:24 +01:00
  • 1c55c19680 Added "features" section Benoit Blanchon 2014-01-22 21:46:52 +01:00
  • d3cb228922 Added "Common pitfall" section Benoit Blanchon 2014-01-16 13:31:52 +01:00
  • 4e41eb515b Changed the JsonParser template parameter to be the max number of tokens instead of the number of bytes Benoit Blanchon 2014-01-15 20:55:29 +01:00
  • 9fd5288c4d Added a few "const" to remove a few GCC warnings Benoit Blanchon 2014-01-15 20:41:31 +01:00
  • 0e9840da3f Removed multiple tabs that prevent the syntax highlighting from working Benoit Blanchon 2014-01-15 20:33:12 +01:00
  • 38249f5c21 Fixed bugs in when token is not found Benoit Blanchon 2014-01-15 13:47:06 +01:00
  • 0ae9a420bb Added more "Code Size" tables Benoit Blanchon 2014-01-13 23:11:50 +01:00
  • d3b5ad7dc1 Added "Code Size" section Benoit Blanchon 2014-01-13 22:50:16 +01:00
  • 9796aa5e2f Fixed a few mistakes. Benoit Blanchon 2014-01-13 20:08:33 +01:00
  • 00cf097e5f Fixed a few mistakes. Benoit Blanchon 2014-01-13 19:53:40 +01:00
  • 319600d51c Added JsonHashTable::containsKey() Benoit Blanchon 2014-01-13 19:46:53 +01:00
  • 9f4eb42cd6 Added "How to use" section Benoit Blanchon 2014-01-13 14:11:34 +01:00
  • dfd51b8f76 Added keywords.txt to allow syntax highlighting in Arduino IDE Benoit Blanchon 2014-01-13 13:36:22 +01:00
  • 3b91a8a218 Added README.md Benoit Blanchon 2014-01-12 23:07:15 +01:00
  • 4377a5020a Added example sketch Benoit Blanchon 2014-01-12 20:35:43 +01:00
  • 9c7ff38bbf Added JsonArray::getBool() and JsonHashTable::getBool() Benoit Blanchon 2014-01-12 20:30:24 +01:00
  • 9e91fb3f46 Added JsonArray::getDouble() and JsonHashTable::getDouble() Benoit Blanchon 2014-01-12 17:08:22 +01:00
  • 80c2cf3567 Added JsonArray::getLong() and JsonHashTable::getLong() Benoit Blanchon 2014-01-12 12:57:44 +01:00
  • b3647a7d91 Parser size is now specified in bytes instead of number of tokens Benoit Blanchon 2014-01-12 12:39:35 +01:00
  • 98e2c82cea Removed class JsonParserBase Benoit Blanchon 2014-01-11 22:55:00 +01:00
  • 0b485e95fa Don't add null terminator to each token. Benoit Blanchon 2014-01-11 22:39:28 +01:00
  • b53e0baadd Removed jsmn_parser from JsonParserBase Benoit Blanchon 2014-01-11 22:37:09 +01:00
  • 1475066edd Added a verification of the token type before converting to string Benoit Blanchon 2014-01-11 16:53:20 +01:00
  • 4713e90f12 Added verification of the type of token Benoit Blanchon 2014-01-11 16:41:18 +01:00
  • da37162a94 Renamed JsonObjectBase::getNestedTokenCounts() into getNestedTokenCount() Benoit Blanchon 2014-01-11 15:23:08 +01:00
  • 43717bff1e Added JsonHashTable::getHashTable() Benoit Blanchon 2014-01-11 15:18:19 +01:00
  • 92e88c1a01 Moved JsonArray::getString() and JsonHashTable::getString() into the .cpp files Benoit Blanchon 2014-01-11 15:15:52 +01:00
  • ef8c0ceea8 Added JsonArray::getHashTable() Benoit Blanchon 2014-01-11 15:11:23 +01:00
  • e924bef409 Splitted in several files Benoit Blanchon 2014-01-11 15:05:35 +01:00
  • 583589c05c Added JsonArray.getArray() Benoit Blanchon 2014-01-11 11:18:53 +01:00
  • efe1dfba55 Added JsonHashTable.getArray() Benoit Blanchon 2014-01-11 11:06:33 +01:00
  • 410b836667 Added JsonArray Benoit Blanchon 2014-01-11 10:57:55 +01:00
  • a143fbf298 Added class JsonHashTable Benoit Blanchon 2014-01-11 10:45:14 +01:00
  • e58f09db2a Fixed nested elements Benoit Blanchon 2014-01-10 21:44:44 +01:00
  • 9c4eb4a062 Added JsonArrayParser Benoit Blanchon 2014-01-10 20:50:29 +01:00
  • a80eca9e91 Moved implementation in a .cpp file Benoit Blanchon 2014-01-10 20:19:58 +01:00
  • 53d06a03ee Extracted base class JsonParserBase Benoit Blanchon 2014-01-10 20:13:18 +01:00
  • 694840da31 Made keys case sensitive Benoit Blanchon 2014-01-10 19:49:54 +01:00
  • 49f5843788 Initial commit Benoit Blanchon 2014-01-10 16:55:12 +01:00