R
rc
Hello
I've used Perl a lot, but now i have to use Java in some projects. The
two things i miss most are:
Data:umper - a Perl module that can dump the content of any nested
data structure to the console
XML::Simple - a Perl module that reads a xml file and puts all of the
content in a nested data structure consisting of arrays and hashmaps
(in a single instruction like $xml = XMLIn("/tmp/file.xml"), way
easier than Jakarta Digester and the other stuff i've seen so far in
Java
Is there something similar in Java?
regards
I've used Perl a lot, but now i have to use Java in some projects. The
two things i miss most are:
Data:umper - a Perl module that can dump the content of any nested
data structure to the console
XML::Simple - a Perl module that reads a xml file and puts all of the
content in a nested data structure consisting of arrays and hashmaps
(in a single instruction like $xml = XMLIn("/tmp/file.xml"), way
easier than Jakarta Digester and the other stuff i've seen so far in
Java
Is there something similar in Java?
regards