in reply to Framework for making Moose-compatible object from json
Moose is compatible to use plain Perl classes so I'm not sure what the requirements are.
The devil is in the details of the actual JSON semantics and what
> adds object specific methods, some internal logic, processing" etc
is supposed to mean.
normally a converted JSON structure consists of a tree of nested Array's and Hashes and probably blessed Booleans.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Framework for making Moose-compatible object from json
by nataraj (Sexton) on Aug 20, 2022 at 17:37 UTC | |
by LanX (Saint) on Aug 20, 2022 at 19:01 UTC | |
by NERDVANA (Priest) on Aug 20, 2022 at 23:33 UTC |