dregenor / jsonMapper

simple json mapper
MIT License
31 stars 8 forks source link

Add toString helper and fix unit tests #15

Closed alissonperez closed 7 years ago

alissonperez commented 7 years ago

I added a toString helper, the difference of using it instead of just String is that it handles null and undefined vars.

I also fix unit tests with new Chai should assertions.

dregenor commented 7 years ago

thanks, merged :) today i will update npm repo

alissonperez commented 7 years ago

Nice! Thanks @dregenor ! By the way, very useful library!