Commit Graph

  • c77c3f33ef Added JsonArray::copyTo() and JsonArray::copyFrom() (issue #254) Benoit Blanchon 2016-04-14 20:06:38 +02:00
  • 623aeee9bf Added example JsonHttpClient (issue #256) Benoit Blanchon 2016-04-08 20:11:36 +02:00
  • a241d53d28 Added JsonVariant::as<char*>() as a synonym for JsonVariant::as<const char*>() (issue #257) Benoit Blanchon 2016-04-05 20:47:04 +02:00
  • 11500d2ff5 Fixed strange Markdown rendering in README Benoit Blanchon 2016-04-05 10:27:39 +02:00
  • 85708bc94f Added Arduino 1.6.8 to the continuous integration Benoit Blanchon 2016-04-05 09:49:12 +02:00
  • ba6e8856f2 Added Tweet from @hemalchevli Benoit Blanchon 2016-04-04 22:23:51 +02:00
  • c8448b0abf Added Gustavo Donizeti Gini to the list of donators Benoit Blanchon 2016-02-29 09:27:52 +01:00
  • e35248ffc4 Set version to 5.1.1 v5.1.1 Benoit Blanchon 2016-02-23 21:30:01 +01:00
  • b47a3b566a Removed duplication when one replaces a value in a (PR #232 by @ulion) ulion 2016-02-23 21:27:52 +01:00
  • 6ab23bd523 Added RedBearLab BLE Nano to the list of supported platforms Benoit Blanchon 2016-02-17 10:24:37 +01:00
  • 987afff0e9 Travis: added GCC 4.4, 4.5, 4.7, 4.8, 4.9, 5.2 and Clang 3.5, 3.6, 3.7 Benoit Blanchon 2016-02-17 10:15:40 +01:00
  • 564c62f3b3 Set version to 5.1.0 v5.1.0 Benoit Blanchon 2016-02-14 16:20:33 +01:00
  • 8733f95e51 Added support of long long (issue #171) Moved all build settings to ArduinoJson/Configuration.hpp Added AppVeyor settings in source tree Benoit Blanchon 2016-02-14 16:18:13 +01:00
  • d655000467 Set version to 5.1.0 beta 2 v5.1.0-beta.2 Benoit Blanchon 2016-02-06 21:22:46 +01:00
  • 428dddf2cc Fix build on Visual Studio 2010, 2012, MinGW32 and GCC 5 Benoit Blanchon 2016-02-06 21:21:34 +01:00
  • 5f589d3836 Set version to 5.1.0-beta.1 v5.1.0-beta.1 Benoit Blanchon 2016-02-01 21:26:15 +01:00
  • ed4ec6ed2e Added support of long long (issue #171) Benoit Blanchon 2016-02-01 21:17:32 +01:00
  • ce63e9c3c3 Added comments in examples Benoit Blanchon 2016-02-01 13:31:07 +01:00
  • 77b7124cf1 Set version to 5.0.8 v5.0.8 Benoit Blanchon 2016-01-31 21:57:08 +01:00
  • 6a608d4b49 Fixed JsonVariant::is<bool>() that was incorrectly returning false (issue #214) Benoit Blanchon 2016-01-31 21:56:04 +01:00
  • 01924618bd Merge pull request #215 from ivankravets/patch-1 Benoît Blanchon 2016-01-31 21:00:46 +01:00
  • 666e2fd0ce Use tagged source code from repo Ivan Kravets 2016-01-31 21:24:37 +02:00
  • 0cfc25d751 Added Johann Stieger to the list of donators Benoit Blanchon 2016-01-07 22:40:12 +01:00
  • b6d8e6c989 Updated copyright year from 2015 to 2016 Benoit Blanchon 2016-01-07 22:35:12 +01:00
  • ab2502f7b8 Fix misspelled PlatformIO Benoit Blanchon 2015-12-23 14:42:22 +01:00
  • c57e6f3bd8 Made the library compatible with platform.io (issue #181) Ivan Kravets 2015-12-22 23:43:44 +01:00
  • b54f1ffc1d Travis: build with Arduino 1.5.8 and 1.6.7 Benoit Blanchon 2015-12-22 22:01:30 +01:00
  • bd0ea42277 Added a badge with the number of stars Benoit Blanchon 2015-11-25 21:22:49 +01:00
  • 7ae43bc4f8 Set version to 5.0.7 v5.0.7 Benoit Blanchon 2015-11-25 21:15:11 +01:00
  • 056682327b Changed String to be a typedef of std::string (issues #142 and #161) Benoit Blanchon 2015-11-25 21:09:18 +01:00
  • 8b66a25f66 Removed a useless line of code Benoit Blanchon 2015-11-22 10:18:21 +01:00
  • 96245dd3b4 Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src) Benoit Blanchon 2015-11-19 21:53:27 +01:00
  • 9cc49da68a Moved to the new Travis infrastructure Benoit Blanchon 2015-11-19 21:31:23 +01:00
  • 224918b463 Set version to 5.0.6 v5.0.6 Benoit Blanchon 2015-11-09 23:10:14 +01:00
  • cbeefa2503 Examples: Added a loop to wait for serial port to be ready (issue #156) Benoit Blanchon 2015-11-09 22:49:49 +01:00
  • 6d68806633 Added donators list Benoit Blanchon 2015-11-09 22:55:29 +01:00
  • ba3617c22f Added parameter to DynamicJsonBuffer constructor to set initial size (issue #152) Benoit Blanchon 2015-11-09 21:37:40 +01:00
  • b7d9bb2765 Merge pull request #150 from marvinroger/patch-1 Benoît Blanchon 2015-11-06 14:50:18 +01:00
  • 74b42e2251 Add library category Marvin Roger 2015-11-06 14:30:20 +01:00
  • c0cf9c3fcc Use float instead of double to reduce the size of JsonVariant (issue #134) v5.0.5 Benoit Blanchon 2015-10-30 23:03:16 +01:00
  • 9f3ce18f06 Add overload JsonObjectSuscript::set(value, decimals) (issue #143) Benoit Blanchon 2015-10-30 22:29:47 +01:00
  • b9e3255c9e Reached 100.00% code coverage :-) v5.0.4 Benoit Blanchon 2015-09-29 22:02:12 +02:00
  • e657396f65 Added -fno-rtti Benoit Blanchon 2015-09-29 21:51:21 +02:00
  • 929f608f2f Added list of supported platforms Benoit Blanchon 2015-09-29 21:49:19 +02:00
  • c6a4bfa886 Fixed ambiguous overload with JsonArraySubscript and JsonObjectSubscript (issue #122) Benoit Blanchon 2015-09-28 22:14:50 +02:00
  • d5e25b12b8 Added a comment to prevent issue #112 Benoit Blanchon 2015-09-27 14:18:14 +02:00
  • 7cf6fe6d62 Fixed return type of JsonArray::is<T>() and some others (issue #121) v5.0.3 Benoit Blanchon 2015-09-19 16:25:18 +02:00
  • 155dd653e7 Fixed printTo(String) which wrote numbers instead of strings (issue #120) Benoit Blanchon 2015-09-19 16:23:09 +02:00
  • b5c8cd1766 Set version to 5.0.3 Benoit Blanchon 2015-09-19 16:20:06 +02:00
  • 4967e389c5 Added a script to create the package with the old layout (issues #97, #114, #116) Benoit Blanchon 2015-09-13 21:04:30 +02:00
  • ffbaebd198 Added testimonials from Reddit users erm_what_ and makerhacks Benoit Blanchon 2015-09-06 22:11:53 +02:00
  • 04b8781c8d Fixed GCC warning "declaration shadows a member" (issue #103) v5.0.2 Benoit Blanchon 2015-09-01 22:26:51 +02:00
  • 5a4d993f7d Fixed memory alignment, which made ESP8266 crash (issue #104) Benoit Blanchon 2015-09-01 22:21:50 +02:00
  • 823a172681 Fixed segmentation fault in StaticJsonBuffer (issue #104) Benoit Blanchon 2015-08-29 22:51:17 +02:00
  • a1943e21ed Fixed compilation on Visual Studio 2010 and 2012 (issue #107) Benoit Blanchon 2015-08-27 21:47:49 +02:00
  • 01c287bc89 Removed -Wdeprecated-register for GCC Benoit Blanchon 2015-08-26 21:00:28 +02:00
  • 0cf8249b14 Fixed Clang warning "register specifier is deprecated" (issue #102) Benoit Blanchon 2015-08-26 20:49:24 +02:00
  • a8265a799d Merge pull request #100 from Eriatolc/master Benoît Blanchon 2015-08-24 18:18:05 +02:00
  • 18bb653f10 fix typo Eriatolc 2015-08-24 18:10:10 +02:00
  • a003a31952 Fixed compilation with Arduino 1.0.6 (issue #99) v5.0.1 Benoit Blanchon 2015-08-24 15:20:40 +02:00
  • 0a1c27f873 Updated copyright year v5.0.0 Benoit Blanchon 2015-08-20 15:15:59 +02:00
  • 75f8e25aed Added a script to measure the size of the sample programs Benoit Blanchon 2015-08-19 22:12:20 +02:00
  • 39c506b419 Reduced generator size. Fixed Visual Studio warnings Benoit Blanchon 2015-08-19 16:08:19 +02:00
  • ef2641b49b Store parsed token as string and allow conversion between various types (issues #64, #69, #90, #93) v5.0-beta-5 Benoit Blanchon 2015-08-10 17:22:22 +02:00
  • bce101578d Merge branch 'master' into 5.0 Benoit Blanchon 2015-08-02 14:28:20 +02:00
  • 10e466426a Removed the wrong #include v4.6.1 Benoit Blanchon 2015-08-02 09:20:21 +02:00
  • 9b90aeffa5 Added call to arduino compiler in travis Benoit Blanchon 2015-08-02 09:20:08 +02:00
  • 601b51890f Fixed segmentation fault in when memory allocation fails (issue #92) Benoit Blanchon 2015-08-01 16:57:29 +02:00
  • 2524a00a96 Fixed segmentation fault in DynamicJsonBuffer when memory allocation fails (issue #92) v4.6 Benoit Blanchon 2015-08-01 16:31:59 +02:00
  • e31d667bec Added support of comments in JSON input (issue #88) v5.0-beta-4 Benoit Blanchon 2015-07-27 22:16:42 +02:00
  • c161f698fc Implicitly duplicate String in the JsonBuffer (issue #84, #87) v5.0-beta-3 Benoit Blanchon 2015-07-25 15:38:12 +02:00
  • 92e687303d Added support of non standard JSON input (issue #44) v5.0-beta-2 Benoit Blanchon 2015-07-10 22:11:26 +02:00
  • f5b83f9314 Added greeting to Giancarlo Canales Barreto Benoit Blanchon 2015-06-14 15:26:33 +02:00
  • 5e7b9ec688 Fix buffer overflow (pull request #81) v4.5 Giancarlo Canales Barreto 2015-06-10 21:31:22 +02:00
  • 78ae0b8aee Updated changelog Benoit Blanchon 2015-05-31 14:42:09 +02:00
  • 283dffc035 Switched to the new library layout v5.0-beta-1 Benoit Blanchon 2015-05-31 14:31:41 +02:00
  • 0aded2a798 Reduced code size Benoit Blanchon 2015-05-31 14:25:01 +02:00
  • 1b5be892b9 Added support of String class (issue #55, #56, #70, #77) Benoit Blanchon 2015-05-25 15:38:58 +02:00
  • 756c279cdc Redesigned JsonVariant to leverage converting constructors instead of assignment operators Benoit Blanchon 2015-05-23 15:32:50 +02:00
  • 08d05df00e Added JsonPrintable::measureLength() (issue #75) v4.4 Benoit Blanchon 2015-05-09 16:53:48 +02:00
  • c385862be1 Updated change log for v4.3 v4.3 Benoit Blanchon 2015-05-03 15:49:44 +02:00
  • 0eff567910 Added JsonArray::removeAt() (issue #58) Benoit Blanchon 2015-05-02 15:16:18 +02:00
  • 94d38c0680 Added issue #68 in changelog Benoit Blanchon 2015-04-27 16:01:05 +02:00
  • 81285f49fe Fixed issue #68 Benoit Blanchon 2015-04-27 15:57:40 +02:00
  • 877096d49d Fixed issue #67 Benoit Blanchon 2015-04-23 21:27:58 +02:00
  • bfe60243a4 Fixed issue #65 Benoit Blanchon 2015-04-18 15:37:15 +02:00
  • ca9d606e72 Added example JsonUdpBeacon Benoit Blanchon 2015-02-25 22:27:30 +01:00
  • 24d21467dd Updated change log for v4.2 v4.2 Benoit Blanchon 2015-02-07 20:49:05 +01:00
  • 41651136bf Switched back to old library layout (issues #39, #43 and #45) Benoit Blanchon 2015-02-07 20:05:02 +01:00
  • 5e5f060fc0 Updated copyright for 2015 Benoit Blanchon 2015-02-07 16:05:48 +01:00
  • 29ab5fc9c2 Reduced code size by 12 bytes Benoit Blanchon 2015-02-07 16:01:09 +01:00
  • 80913b8044 Fixed Visual Studio's warnings Benoit Blanchon 2015-02-07 15:05:46 +01:00
  • 02960f28e4 Fix coveralls command line Benoit Blanchon 2015-02-03 14:38:44 +01:00
  • 8db338ba14 Removed global new operator overload (issue #40, #45 and #46) Benoit Blanchon 2015-02-01 20:59:31 +01:00
  • dadd8986dc Mute compiler warning (issue #47) Benoit Blanchon 2015-01-15 21:05:14 +01:00
  • e2016cf65b Added an example with EthernetServer Benoit Blanchon 2015-01-10 15:25:27 +01:00
  • 1b214a60fa Fixed a typo v4.1 Benoit Blanchon 2014-12-21 15:25:42 +01:00
  • 8560583ee7 Fixed GCC warning Benoit Blanchon 2014-12-21 10:52:30 +01:00
  • 2932c4ee43 Removed std::nothrow because it's not supported in Arduino Benoit Blanchon 2014-12-21 10:46:32 +01:00
  • e8c127a894 Fixed memory leak in test fixture Benoit Blanchon 2014-12-20 19:19:48 +01:00