jolleekin / jsonx

An extended JSON library that supports the encoding and decoding of arbitrary objects.
BSD 2-Clause "Simplified" License
11 stars 6 forks source link

Maps with int key #9

Closed jrote1 closed 9 years ago

jrote1 commented 9 years ago

If a map has a key that is anything but a String it fails to serialize.

jolleekin commented 9 years ago

Of course, JSON only supports string keys.