You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=> same(both throw): JSON(JsonException: Single unpaired UTF-16 surrogate in unicode escape) SIMDJSON(RuntimeException: Problem while parsing a string)
=> ERROR: json threw(JsonException Single unpaired UTF-16 surrogate in unicode escape) but simdjson did not throw
72
+
=> same(both throw): JSON(JsonException: Single unpaired UTF-16 surrogate in unicode escape) SIMDJSON(RuntimeException: Problem while parsing a string)
=> same(both throw): JSON(JsonException: Malformed UTF-8 characters, possibly incorrectly encoded) SIMDJSON(RuntimeException: Within strings, some characters must be escaped, we found unescaped characters)
=> same(both throw): JSON(JsonException: Single unpaired UTF-16 surrogate in unicode escape) SIMDJSON(RuntimeException: Problem while parsing a string)
=> ERROR: json threw(JsonException Single unpaired UTF-16 surrogate in unicode escape) but simdjson did not throw
84
+
=> same(both throw): JSON(JsonException: Single unpaired UTF-16 surrogate in unicode escape) SIMDJSON(RuntimeException: Problem while parsing a string)
=> same(both throw): JSON(JsonException: Single unpaired UTF-16 surrogate in unicode escape) SIMDJSON(RuntimeException: Problem while parsing a string)
0 commit comments