We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 700cdb8 + 25a11ca commit 06abc57Copy full SHA for 06abc57
libs/TrybeSDK/JsonUtility.cs
@@ -28,7 +28,8 @@ public static JsonSerializerOptions CreateDeserializerOptions()
28
JsonSerializerOptions options = new()
29
{
30
WriteIndented = false,
31
- DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull
+ DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
32
+ NumberHandling = JsonNumberHandling.AllowReadingFromString
33
};
34
35
options.Converters.Add(new ObjectDictionaryJsonConverter());
0 commit comments