http://www.perlmonks.org?node_id=1055692


in reply to Move data into AoH

I didn't realize that it was JSON. Never tried it before, only XML. I almost started to code a parser from scratch!!! I'm happy to ask here first.

I tried JSON module successfully. Quotes and escapes were proccessed OK. Only one thing got my attention: booleans become a bessed var for the first record, and the remaining records with same value referenced it. I can live with that :-)

Thank you!