Given an array or set of JSON objects, infer a schema and types. This is to mirror the excellent CSV parser! Note JSON is like CSV in that integers are often quoted as strings to avoid coercion to floats.
The simdjson library performs well but has some usability rough edges!
Given an array or set of JSON objects, infer a schema and types. This is to mirror the excellent CSV parser! Note JSON is like CSV in that integers are often quoted as strings to avoid coercion to floats.
The simdjson library performs well but has some usability rough edges!