json.pizza icon indicating copy to clipboard operation
json.pizza copied to clipboard

Generate TypeScript interface from JSON

Open kritzware opened this issue 4 years ago • 0 comments

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;

kritzware avatar Jan 07 '20 17:01 kritzware