mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	Change link() to shallowCopy() (issue #1343)
				
					
				
			Instead of storing a pointer, the function copies the `VariantData`. Benefits: * smaller code * no impact on programs that don't use this feature Drawbacks: * changes to the original variant are not always reflected on the copy * modifying the original from the shallow copy leads to UB
This commit is contained in:
		| @@ -4,7 +4,7 @@ ArduinoJson: change log | ||||
| HEAD | ||||
| ---- | ||||
|  | ||||
| * Add `JsonVariant::link()` (issue #1343) | ||||
| * 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` | ||||
| * Remove undocumented `accept()` functions | ||||
|   | ||||
		Reference in New Issue
	
	Block a user