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 DeceIn reply to Storable style de-serializing for JSON structures by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |