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

fix for Incorrect capitalisation #8 #9

Closed tm1303 closed 6 years ago

tm1303 commented 6 years ago

hello,

you seemed to be be forcing array names to lower case before passing in to startCase, I've taken this out. All test still pass plus I've added a test proving this fix.

shakyShane commented 6 years ago

Thanks :)

https://shakyshane.github.io/json-ts/#src=%7B%0A%20%20%22carBrands%22%3A%20%5B%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22brandName%22%3A%20%22shane%22%0A%20%20%20%20%7D%2C%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22brandName%22%3A%20%22sally%22%0A%20%20%20%20%7D%0A%20%20%5D%0A%7D

json-ts@1.5.5