Closed cldellow closed 1 year ago
https://dux.fly.dev/parquet/geonames.json?_size=max&_labels=on&_shape=objects fails:
{"ok": false, "error": "Object of type date is not JSON serializable", "status": 500, "title": null}
How to serialize dates? Maybe as an ISO string, so a JS client can do new Date(str)
new Date(str)
https://dux.fly.dev/parquet/geonames.json?_size=max&_labels=on&_shape=objects fails:
How to serialize dates? Maybe as an ISO string, so a JS client can do
new Date(str)