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
Replace the RapidJSON-based JSON parser with simdjson's ondemand API while preserving existing parsing, type inference, schema handling, and error propagation behavior.
Describe the enhancement requested
Replace the RapidJSON-based JSON parser with simdjson's ondemand API while preserving existing parsing, type inference, schema handling, and error propagation behavior.
Parent Issue: GH-35460.
Component(s)
C++