| 
							
							
								 Benoit Blanchon | 2ed77d2cc3 | Added support for nullptr(closes #998) | 2019-05-26 11:31:51 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 630107ae8a | Removed implicit conversion in comparison operators (issue #998) | 2019-05-23 21:54:42 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 4eb8074358 | Set ARDUINOJSON_ENABLE_NAN and ARDUINOJSON_ENABLE_INFINITY to 0 | 2019-05-19 17:46:20 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 80a02cd90d | Added ARDUINOJSON_ENABLE_INFINITYto enable Infinity in JSON | 2019-05-19 15:48:27 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7427888e05 | Added ARDUINOJSON_ENABLE_NANto enable NaN in JSON (closes #973) | 2019-05-18 12:15:36 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 90c1d549a8 | Made deserializeJson()more picky about trailing characters (closes #980) | 2019-05-16 20:41:07 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2af003e4e2 | Fixed deserializeJson()silently accepting aStream*(issue #978) | 2019-05-09 08:33:09 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | eaf55e174b | Fixed invalid result from operator| (closes #981) | 2019-05-07 08:12:18 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6011a2f51a | Fixed deserializeJson()not being picky enough (fixes #969) | 2019-04-21 14:35:13 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1c814d3bb6 | Fixed warning on Clang 8 | 2019-03-24 19:39:23 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6ec5ba521b | Added JsonVariant::containsKey() | 2019-03-22 21:58:12 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c8e49a7e4e | Added JsonDocument::containsKey()(issue #938) | 2019-03-22 08:40:46 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | dee8c8e242 | Added BasicJsonDocumentto support custom allocator (issue #876) | 2019-03-17 21:48:10 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 576543c4b4 | Added overflow handling in JsonVariant::as<T>() and JsonVariant::is<T>() | 2019-03-06 15:31:37 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e53ae0f9bb | Fixed the continuous integration | 2019-03-04 12:18:11 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 91dd45c387 | Fixed naming conflict with "CAPACITY" (issue #839) | 2019-03-01 18:14:23 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8dea900869 | Travis: build in Release mode | 2019-02-28 15:34:32 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1d5721f3bd | Add an empty cpp file to detect warnings muted by catch.hpp | 2019-02-28 15:32:29 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c9d6bd76c9 | Added JsonDocument::remove()andJsonVariant::remove() | 2019-02-25 13:21:10 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | bc2ce178ea | Added JsonVariant::clear() | 2019-02-25 11:44:22 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e22e62d184 | Added JsonDocument::size() | 2019-02-25 11:07:01 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 4181de119c | Detect IncompleteInputinfalse,true, andnull | 2019-02-18 16:18:11 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 56bf24e1ec | Fixed JsonVariant::isNull()not returningtrueafterset((char*)0) | 2019-02-18 16:04:51 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e9b4c6289b | Disambiguated the name get()withgetElement()andgetMember() | 2019-02-15 15:53:53 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7ed92bebd3 | Converted JsonArray::copyFrom()/copyTo()to free functionscopyArray() | 2019-02-15 15:33:04 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c3f71c1a99 | Updated copyright year to 2019 | 2019-02-15 13:32:04 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7050ef675d | Decode escaped Unicode characters like \u00DE (issue #304, PR #791) | 2019-02-15 13:29:30 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 070cd5b6c0 | Added more tests of JsonVariant::is<T>() | 2019-02-01 11:28:27 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b184af6d00 | User can now use a JsonString as a key or a value | 2019-01-29 17:00:11 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6f55d1e58f | JsonVariant automatically promotes to JsonObject or JsonArray on write | 2019-01-29 14:09:09 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 70739f5cfd | Reduced the size of the pretty JSON serializer | 2019-01-23 18:19:24 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 933a66a070 | Added JsonDocument::operator[] | 2019-01-23 11:43:29 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 4167b11434 | Create or assign a JsonDocument from a JsonArray/JsonObject/JsonVariant | 2019-01-23 10:47:20 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2a3b51ac3a | Fixed uninitialized variant in JsonDocument | 2019-01-20 14:35:22 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e633292df1 | Replaced JsonDocument::nestingLimit with a param to deserializeJson() | 2019-01-19 14:45:16 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 30b94493bb | Added nesting() to JsonArray, JsonDocument, JsonObject, and JsonVariant | 2019-01-17 09:55:51 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c51cc91f92 | Added memoryUsage() to JsonArray, JsonObject, and JsonVariant | 2019-01-16 09:50:57 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9ac2ac303c | Removed default capacity of DynamicJsonDocument | 2019-01-14 10:32:19 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e20c47c57b | DynamicJsonDocument reallocates memory pool is it's too small | 2018-12-07 10:38:58 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b77b203935 | Extracted VariantData and CollectionData classes | 2018-12-07 09:16:58 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | aaf0d5c3c5 | Renamed and moved internal files | 2018-11-30 17:53:54 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 04e8acd844 | Store offset between slots to reduce memory usage | 2018-11-30 14:28:00 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 41b2e629f7 | Increased test coverage | 2018-11-30 14:27:35 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | a60162ba76 | Removed the indirection via StringSlot | 2018-11-30 14:27:35 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 45f4e5ac20 | Restored the monotonic allocator | 2018-11-30 14:27:33 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2bd280df80 | Removed the automatic expansion of DynamicJsonDocument | 2018-11-16 10:26:59 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 0a97d4c825 | Added DeserializationError::code()to be used in switch statements (closes #846) | 2018-11-13 14:31:53 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5eee947ffe | Increased test coverage of MessagePack serialization | 2018-11-12 21:36:39 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 720e6548c7 | Replacing a value now releases the memory | 2018-11-12 18:28:34 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | f375459d53 | JsonArray::remove() and JsonObject::remove() now release the memory of strings | 2018-11-09 18:20:57 +01:00 |  |