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
Simdjson cannot compress structures
for example json { "field1": { "field2": "xx" } }
I cannot get the compressed value for field1, value is { "field2": "xx" }