Max Bruckner
							
						 | 
						
							
							
								949c083315
							
							Move 'hooks' parameter into buffers (parse/print)
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								c4c217f2ce
							
							Move 'format' into printbuffer
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								79f30800ec
							
							Move print depth into printbuffer
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								e0d3a8a265
							
							Limit nesting depth to 1000 and make it configurable.
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								5aa152fa83
							
							Merge pull request #157 from mhrobinson/cJSON_Free-api
						 | 
						8 years ago | 
					
				
					
						
							
								   Mike Robinson
							
						 | 
						
							
							
								a400888c1f
							
							Document cJSON_free API
						 | 
						8 years ago | 
					
				
					
						
							
								   Debora Grosse
							
						 | 
						
							
							
								3fc9bc0648
							
							cJSON: Fix print_number to print significant digits of doubles
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								05f75e360b
							
							Release Version 1.4.7
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								32626cc251
							
							Update Changelog
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								24cf9308de
							
							README: Caveat about zero terminated strings
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								51d3df6c9f
							
							cJSON_GetObjectItemCaseSensitive: Fix inconsistent prototype
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								6ccfd5d603
							
							tests: Move most of test_utils.c to old_utils_tests
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								49ebc85e7a
							
							Move ApplyPatch tests from test_utils.c to json.
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								8fd46d51b1
							
							Put generated files in library_config subdirectory
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								609bb75421
							
							cJSON_Utils: Use cJSON_free and cJSON_malloc
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								cea3fe4165
							
							Caveats: Add note about UTF-8 encoding
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								b759ff38b8
							
							Merge pull request #150 from DaveGamble/json-patch-tests
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								ba7b48b3f3
							
							Enable json-patch-tests tests
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								134ebf5e89
							
							cJSONUtils_ApplyPatches: Handle replacement of root
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								02a05eea4e
							
							cJSON: Add cJSON_malloc and cJSON_free
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								d67b008d4b
							
							decode_array_index_from_pointer: parse manually
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								c66342d871
							
							cJSON_Utils: Use enum for opcode
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								c960b2b853
							
							cJSON_Utils: Fix size_t support of cJSONUtils_GetPointer
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								3056d85f01
							
							cJSON_Utils: Use new helper function
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								b470d918f3
							
							cJSONUtils: add decode_array_index_from_pointer as common helper function
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								8efb287ae2
							
							cJSONUtils_ApplyPatches: Fail if removal failed
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								a1602f484b
							
							cJSONUtils_ApplyPatches: Don't accept invalid array indices
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								d058a9cd8f
							
							cJSON_ApplyPatches: Don't allow adding to array out of bounds
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								f11b5eadc8
							
							Update Changelog for 1.4.7
						 | 
						8 years ago | 
					
				
					
						
							
								   Max Bruckner
							
						 | 
						
							
							
								075a06f40b
							
							cJSONUtils_ApplyPatches: Fix not accepting arrays
						 | 
						8 years ago |