|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Storable style de-serializing for JSON structuresby Anonymous Monk |
| on Oct 11, 2009 at 07:13 UTC ( #800512=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Anonymous Monk has asked for the
wisdom of the Perl Monks concerning the following question:
Hi Monks,
Wisdom I seek .. I am receiving JSON serialized objects for some perl classes. I can easily de-serialize the JSON structure back into perl data structure - hash/array using standard JSON modules and possibly into a blessed reference. However, when the serialized class represents objects and sub-objects, I have no way to automatically create blessed reference for sub-objects. Storable module can easily de-serialize and create blessed references for sub-objects automatically. Is there a way to do the same for JSON? Gracias Dece
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||