mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Fix lax parsing of true, false, and null (fixes #1781)
				
					
				
			This commit is contained in:
		| @@ -7,6 +7,7 @@ HEAD | ||||
| * Add `JsonVariant::shallowCopy()` (issue #1343) | ||||
| * Fix `9.22337e+18 is outside the range of representable values of type 'long'` | ||||
| * Fix comparison operators for `JsonArray`, `JsonArrayConst`, `JsonObject`, and `JsonObjectConst` | ||||
| * Fix lax parsing of `true`, `false`, and `null` (issue #1781) | ||||
| * Remove undocumented `accept()` functions | ||||
| * Rename `addElement()` to `add()` | ||||
| * Remove `getElement()`, `getOrAddElement()`, `getMember()`, and `getOrAddMember()` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user