Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Storable style de-serializing for JSON structures
by Corion (Patriarch) on Oct 11, 2009 at 08:32 UTC | |
by decebel (Acolyte) on Oct 11, 2009 at 14:32 UTC | |
|
Re: Storable style de-serializing for JSON structures
by Joost (Canon) on Oct 11, 2009 at 22:47 UTC |