in reply to Framework for making Moose-compatible object from json
Best you provide an SSCCE of what you want to achieve.
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.
edit
normally a converted JSON structure consists of a tree of nested Array's and Hashes and probably blessed Booleans.
- Do you want Perl wrapper objects for special serializations?
- Or a walker to search that tree?
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 (Deacon) on Aug 20, 2022 at 23:33 UTC |
In Section
Seekers of Perl Wisdom