-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
we can try to use this: https://stackoverflow.com/questions/33102777/how-to-get-a-utf-8-json
byte[] encodedBytes = Encoding.UTF8.GetBytes(jsonResult);
return Encoding.Convert(Encoding.UTF8, Encoding.Unicode, encodedBytes);
Line 38 in dcf3ed5
| return JsonSerializer.Deserialize<object>(jsonResult); |
Metadata
Metadata
Assignees
Labels
No labels