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

Added ability to add typestring to json #11

Open jrote1 opened 9 years ago

jrote1 commented 9 years ago

Allows the user to set a flag if they would like type string information included and jsonx will use this when decoding. Created this as we had lists that were of a base type and could not be decoded.