shakyShane / json-ts

Automatically generate Typescript Definition files or Flow types from JSON input.
https://shakyshane.github.io/json-ts/
223 stars 17 forks source link

should handle top-level values #4

Closed shakyShane closed 6 years ago

shakyShane commented 7 years ago

Currently only works with top level objects {}

the following fails

[{"name": "shane"}]