empirical-lang icon indicating copy to clipboard operation
empirical-lang copied to clipboard

Autocreation of schemas from JSON

Open vii opened this issue 4 years ago • 0 comments

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!

vii avatar May 24 '20 03:05 vii