JWambaugh / TJSON

The tolerant JSON parser for Haxe
78 stars 25 forks source link

hash map encode #8

Closed maxless closed 10 years ago

maxless commented 10 years ago

I added the support to encode string maps like hxjson2 does. I hope it will be integrated into the main branch.

JWambaugh commented 10 years ago

Cool, I will check it out asap. In the meantime, do you mind adding some unit tests for this in tests/TestParser.hx ?

Thanks!

maxless commented 10 years ago

Added a unit test for the map encoding. One should be enough? :)

JWambaugh commented 10 years ago

Thanks! Changes have been merged.