mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	deserializeJson() leaves \uXXXX instead of returning NotSupported
This commit is contained in:
		| @@ -384,11 +384,10 @@ class JsonDeserializer { | ||||
|             return false; | ||||
|           if (codepoint.append(codeunit)) | ||||
|             Utf8::encodeCodepoint(codepoint.value(), _stringStorage); | ||||
|           continue; | ||||
| #else | ||||
|           _error = DeserializationError::NotSupported; | ||||
|           return false; | ||||
|           _stringStorage.append('\\'); | ||||
| #endif | ||||
|           continue; | ||||
|         } | ||||
|  | ||||
|         // replace char | ||||
|   | ||||
		Reference in New Issue
	
	Block a user