Non Sucking YAML parser

Simon Wistow simon at thegestalt.org
Wed Sep 13 03:27:52 BST 2006


I'm trying to do some interop between Java and Perl. I'm trying to avoid 
XML. I thought I'd try JSON or YAML.

The Java stuff works fine. YAML.pm seems to fail to parse half the 
data, YAML::Tiny bitches about malformedness, YAML::Syck seems to parse 
ok but then only ever returns 1 object even when there are multiple 
ones. JSON.pm fails to work.

Should I just give up and switch to XML now?

 


More information about the london.pm mailing list