in reply to Human-readable serialization formats other than YAML?

Two more suggestions you can try: YAML::XS and JSON::XS.
  • Comment on Re: Human-readable serialization formats other than YAML?

Replies are listed 'Best First'.
Re^2: Human-readable serialization formats other than YAML?
by jasonk (Parson) on Apr 23, 2008 at 17:33 UTC

    JSON can't round-trip perl objects without extra work, no matter which module you use to produce it.

    I seem to have missed YAML::XS when looking at other YAML implementations though, and it passes all the failing test scripts I sent in with my YAML bug reports, so I'll probably start using that for all my YAML needs now.


    www.jasonkohles.com
    We're not surrounded, we're in a target-rich environment!