empirical-soft / empirical-lang

A language for time-series analysis
https://www.empirical-soft.com/
Other
168 stars 13 forks source link

Autocreation of schemas from JSON #34

Open vii opened 4 years ago

vii commented 4 years ago

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!