kritzware / json.pizza

Online JSON formatter and prettifier
https://json.pizza
80 stars 15 forks source link

Generate TypeScript interface from JSON #20

Open kritzware opened 4 years ago

kritzware commented 4 years ago

An option to generate a corresponding TypeScript interface. We could also support query generation for MySQL JSON types, i.e. generate a path query like this:

SELECT data->"$.items[2].some.nested.property"
FROM table;