rudolph-miller / jonathan

JSON encoder and decoder.
http://rudolph-miller.github.io/jonathan/overview.html
164 stars 24 forks source link

Make it possible to normlize keywords in nested objects #46

Closed libre-man closed 7 years ago

libre-man commented 7 years ago

This is useful for many applications as normalizing now means first parsing and then doing a second pass for normalizing which is slower.

rudolph-miller commented 7 years ago

@libre-man Thanks for your suggestion. :) Have you tried :normalize-all keyword option?? It seems not documented...

libre-man commented 7 years ago

Sorry I did not see the option. It solves my problem :)