| 
							
							
								 Benoit Blanchon | c4cda780d5 | Added more tests of subscript operator | 2014-11-04 10:33:09 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e5669577df | Added JsonVariant::operator[](const char*) | 2014-11-04 10:30:45 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 97768ec176 | Added JsonVariant::operator[](int) | 2014-11-04 10:22:13 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e25eaed75a | Cleaned #includes | 2014-11-04 10:01:21 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 09f6d059a7 | Renamed JsonValue to JsonVariant | 2014-11-04 09:51:25 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 699292b058 | Arduino example are now compiling | 2014-11-03 21:29:55 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d9cc259df3 | Added declaration for placement new because it was not available in Arduino | 2014-11-03 21:29:19 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 43ad37e7ce | Now use relative paths in for #include | 2014-11-03 18:35:22 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | bb816037d6 | Minor change | 2014-11-03 18:29:52 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 04cde11a04 | Now use uint8_t to store decimal count | 2014-11-03 18:28:24 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2f8fde6772 | Added ReferenceType::operator!=() | 2014-11-03 18:25:17 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | f224408c07 | Added tests of comparison operators | 2014-11-03 18:23:39 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 21e073a3b4 | Renamed JsonValueTests into JsonValue_Copy_Tests | 2014-11-03 17:52:30 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | f9ea82a2af | Added many tests storing values in JsonValue | 2014-11-03 17:50:01 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1ce6d663af | Replaced 0 literals by more explicit '\0' and NULL | 2014-11-03 17:03:55 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c1c63067d4 | Removed old source files | 2014-11-03 16:45:06 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | a8d3e9997e | Ported test of Gbathree's bug | 2014-11-03 14:38:46 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7cdf7b1769 | Added equality operator | 2014-11-03 14:37:50 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 429d5011b4 | Made it possible to use const JsonObject& | 2014-11-03 14:33:33 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 54f9bd9572 | Simplified JsonWriter hierarchy | 2014-11-03 12:58:52 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2a60c96baf | Removed virtuals from JsonWriter hierarchy | 2014-11-03 12:51:24 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | f26f4263ea | Removing virtual methods... | 2014-11-03 12:32:47 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 507f809da0 | Merge branch 'merge-parser-and-generator' of github.com:bblanchon/ArduinoJson into merge-parser-and-generator | 2014-11-03 11:46:49 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ad83820257 | Added integration test with YQL data | 2014-11-01 16:39:51 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | cd773e3f37 | Added an integration test that uses prettyPrintTo() | 2014-11-01 13:45:07 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9da7dce310 | Fixed double formatting issue | 2014-11-01 13:30:37 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 825ab0357e | Added integration test with a JSON sample from OpenWeatherMap | 2014-11-01 09:09:58 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | fead9b50b1 | Fixed bug in parser when "null", "true" or "false" is mispelled | 2014-10-31 21:08:04 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 98463ea168 | Added a script to run tests continuously | 2014-10-31 18:41:34 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 74b4544560 | Fixed parsing when opening brace/bracket is missing | 2014-10-31 16:50:21 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2b5b8fb4c5 | Removed empty files | 2014-10-31 16:30:10 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d35b680481 | Removed ForwardDeclarations.hpp | 2014-10-31 12:27:33 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ca0fbf00f9 | Cleaning up... | 2014-10-31 12:16:32 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5443e90baf | Cleaning up... | 2014-10-31 12:02:15 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | a5dbb397ca | Fixed failing test with clang | 2014-10-31 11:38:58 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 889f059758 | All tests passed! | 2014-10-30 21:51:59 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 45a8ed6531 | Huge refactoring in progress... | 2014-10-30 15:31:27 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 4c204840e9 | Huge refactoring in progress... | 2014-10-30 14:03:33 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c3001e9ea9 | Huge refactoring in progress... | 2014-10-30 10:49:02 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5cf744dbac | Huge refactoring in progress... | 2014-10-29 21:18:27 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ba2b142c8a | Huge refactoring in progress... | 2014-10-29 14:24:34 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 10ab95522d | Epic refactoring in progress | 2014-10-28 17:58:46 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 61218f12fd | Epic refactoring in progress... | 2014-10-28 16:29:55 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 852256c1af | Epic refactoring int progress... | 2014-10-27 22:50:50 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8988cb4761 | Epic refactoring in progress... | 2014-10-27 14:03:44 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e0980292ef | Epic refactoring in progress | 2014-10-26 21:18:09 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | cdf3777aa8 | Removed unused friend | 2014-10-25 21:02:56 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 618a54579f | Simplified JsonArray | 2014-10-25 21:02:13 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9f69fabe20 | Cleaned JsonNodeWrapper | 2014-10-25 16:11:04 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e748ce32bc | Removed all friends of JsonValue | 2014-10-25 15:55:58 +02:00 |  |