Maybe add JSON::Path and/or Data::Visitor as dependencies #2706
bschmalhofer
started this conversation in
Ideas
Replies: 1 comment
-
libjson-path-perl is not in Debian Buster. Putting the module into Kernel/cpan-lib remains an option. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are a couple of cases where a deep data structure needs to be traversed or searched. This can be done by a recursive subrouting. Alternatives would be using a query language or employ the visitor pattern.
Beta Was this translation helpful? Give feedback.
All reactions