in reply to Re: Translate or morph hash keys to different names
in thread Translate or morph hash keys to different names

The data is nested. And I understand that keys can't be changed directly.

The suggestion of changing things in the JSON string, before decoding, is good and makes a lot of sense.

My primary concerns are that I had missed something, perhaps in the JSON modules, that could do this for me, or an existing other module to do the morphing, so I didn't need to write my own.

Thanks for the suggestion.

  • Comment on Re^2: Translate or morph hash keys to different names