| 
							
							
								 Benoit Blanchon | 09f6d059a7 | Renamed JsonValue to JsonVariant | 2014-11-04 09:51:25 +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 | a8d3e9997e | Ported test of Gbathree's bug | 2014-11-03 14:38:46 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2a60c96baf | Removed virtuals from JsonWriter hierarchy | 2014-11-03 12:51:24 +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 | 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 | 74b4544560 | Fixed parsing when opening brace/bracket is missing | 2014-10-31 16:50:21 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ca0fbf00f9 | Cleaning up... | 2014-10-31 12:16:32 +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 | 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 | fdeedabfd7 | Fixed warning in Visual Studio | 2014-10-24 19:59:14 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 582216e004 | Merged JsonArrayIterator and JsonObjectIterator into a one template class | 2014-10-24 18:53:03 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1f6cd8e56e | Removed usages of JsonNodeIterator | 2014-10-24 18:31:50 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | bbef8931a6 | Improved JsonArrayIterator | 2014-10-24 16:12:05 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8071434515 | Fixed many cpplint warnings | 2014-10-24 00:08:25 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 55b0eab3e6 | Added newline at ed of file | 2014-10-23 23:45:36 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e85f27c0f3 | Added file headers with copyrights | 2014-10-23 23:39:22 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e3b4f5038d | Fixed path of test exe | 2014-10-23 23:22:26 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b43da1e421 | Switched to Google coding style to match cpplint expectations | 2014-10-23 23:13:13 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9175046f35 | Formated code with clang-format | 2014-10-23 19:54:00 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ff5f3f3a2c | Merge branch 'merge-parser-and-generator' of github.com:bblanchon/ArduinoJson into merge-parser-and-generator Conflicts:
	test/JsonObject_Iterator_Tests.cpp | 2014-10-23 17:43:40 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e4779512e6 | Added JsonValue::as<T>() | 2014-10-23 17:22:23 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8947a6c9de | Added more tests | 2014-10-23 17:01:24 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | fa805b4998 | Test parsing of nested objects | 2014-10-23 12:15:46 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 451c0ee70d | Added JsonObjectIterator::operator->() | 2014-10-22 23:32:25 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 40ac60b941 | Added JsonObjectIterator | 2014-10-22 21:56:38 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d842e246c9 | Added JsonArrayIterator | 2014-10-22 17:59:59 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9946abf731 | Added more tests | 2014-10-22 16:04:29 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1e0464f5b4 | Fixed negative number parsing | 2014-10-22 15:57:50 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 743381de6d | Added 3 tests | 2014-10-22 11:56:40 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d70ff26164 | Remove support of unquoted keys | 2014-10-22 11:54:33 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 316d036785 | More test on object parsing | 2014-10-22 10:55:36 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c82e6d747b | Test with spaces in objects | 2014-10-21 23:42:26 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 04330a7a47 | Parse key value pairs | 2014-10-21 23:40:04 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | cfbe50057a | Test with a missing closing brace | 2014-10-21 21:50:00 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9c1b6b80aa | Parse empty object | 2014-10-21 21:11:30 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 0daf82eee2 | Renamed all .h files into .hpp (so that Sublime Text selects C++ syntax) | 2014-10-19 15:46:36 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 074c39ca5b | Fixed namespaces | 2014-10-18 23:05:54 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1abb8ac6ae | Added tests of the trailing string | 2014-10-18 22:25:48 +02:00 |  |