| 
							
							
								 Benoit Blanchon | 48018bd6e6 | Set default tab size to 2 | 2014-08-26 11:59:41 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 602cc104f9 | Set line ending to CR LF, like in Arduino source code | 2014-08-26 11:52:12 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 3ae7327687 | Renamed PrettyPrintDecorator into JsonPrettyPrint | 2014-08-26 10:08:54 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 23e61cc0f7 | Renamed IndentedPrintDecorator into IndentedPrint | 2014-08-26 09:56:05 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6539c6982c | Extracted class IndentedPrintDecorator from PrettyPrintDecorator | 2014-08-26 09:28:41 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d877d77b63 | Moved PrettyPrintDecorator into the namespace ArduinoJson::Generator | 2014-08-25 13:19:07 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 752378a8cb | Fixed bug when a string contains a brace | 2014-08-25 12:23:08 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2ddf8f1619 | Renamed IndentedPrintDecorator to PrettyPrintDecorator | 2014-08-25 11:42:07 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 3d322fdb28 | Test nested arrays | 2014-08-25 11:02:38 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 981adf1989 | Test empty nested arrays | 2014-08-25 11:01:22 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | dbc3bee3a0 | Test array with 2 elements | 2014-08-25 10:55:48 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 3f2b7b706a | Test an array with one element | 2014-08-25 10:55:09 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c243417585 | Test nested objects | 2014-08-25 10:46:43 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 514a6c0879 | Splitted the indentation tests into 3 files | 2014-08-25 10:42:00 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 76f9ecce75 | Tests empty nested objects in objects | 2014-08-25 10:36:25 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 410ca55e88 | Added a space before the object's values | 2014-08-25 10:34:28 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 66c05041e8 | Test an object with comma, quote and column in the value | 2014-08-25 10:31:03 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | aafabd8e8d | Test an object with two memebrs | 2014-08-25 10:22:42 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 75c89e7b35 | Test an object with one member | 2014-08-25 09:52:42 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e31a2136fc | Test with an empty array | 2014-08-25 09:24:31 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 380722402f | Added a test of an empty object | 2014-08-25 09:23:41 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 030c8542e7 | Now also test the return value | 2014-08-25 09:19:26 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1f25d4434e | Added test of an empty string | 2014-08-25 09:17:32 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6771603a05 | Simplified JsonArray tests | 2014-08-04 12:18:17 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d067cf0e84 | Fixed tests | 2014-08-04 09:35:57 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | bc86ae800a | Changed JsonArray tests to show the issue | 2014-08-04 09:22:45 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | df52dceaa1 | Added tests for issue #10 | 2014-08-04 09:21:04 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8e81b9bb26 | Added JsonObjectBase::remove() | 2014-08-03 13:16:35 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d2fe9ddf49 | Added JsonObjectBase::containsKey() | 2014-08-02 16:11:02 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5cc06180e6 | Removed JsonValue::null(), moved the instance to JsonObjectBase | 2014-08-02 15:55:46 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 09294cb5e6 | Made EscapedString pure static | 2014-08-01 15:32:05 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7c99d4d63d | Reduced usages of EscapedString | 2014-08-01 15:22:30 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1a01800782 | Test casting a JsonValue to a JsonArray | 2014-08-01 15:06:31 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6384bc414a | Test casting a JsonValue to a float | 2014-08-01 14:58:16 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c10bcee324 | Test casting a JsonValue to a double | 2014-08-01 14:56:46 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 028ff6676e | Test casting a JsonValue to a bool | 2014-08-01 14:54:34 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 23b5237f74 | Test casting a JsonValue to a long | 2014-08-01 14:53:05 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 88510705be | Test casting a JsonValue to an int | 2014-08-01 14:52:15 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 15d3068d78 | Test casting a JsonValue to a string | 2014-08-01 14:47:48 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ae6beb9340 | Cleaned JsonValue tests | 2014-08-01 14:38:28 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c1f4128ccd | Added a failng test | 2014-08-01 14:35:54 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5fb6edfc91 | Cleaned JsonObject unit tests | 2014-08-01 14:25:55 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 60c6f2db47 | Added operator[] | 2014-07-31 20:11:55 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 13c386c7a3 | Moved JsonValue to namespace ArduinoJson::Generator | 2014-07-31 19:57:52 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7877ee1b4c | Replaced set() by operator=() | 2014-07-31 19:48:51 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1ce6661fa6 | Created a failing test | 2014-07-31 18:16:04 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6e4eb45210 | Renamed JsonHashTable into JsonObject | 2014-07-22 21:02:16 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | f565a9b1b7 | Created a Visual Studio project for JsonGenerator | 2014-07-21 09:59:47 +02:00 |  | 
			
				
					| 
							
							
								 Benoît Blanchon | 45c9ba1191 | Renamed JsonObjectBase into JsonPrintable | 2014-07-17 13:16:14 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c38af3e32c | Cleaned up | 2014-07-08 21:29:19 +02:00 |  |