Closed tm1303 closed 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.
startCase
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
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.