See YAML::Any, its just old-api way (inspired by Data::Dumper) of specifying formatting options ...

some never worked, I doubt any of the options works anymore

its a copy paste from 2009 when ysh disappeared from YAML, and I was seeing what I can see about YAML

Actually its from 2011 when I took another look at YAML to see if I can roundtrip yaml without changing format; I even went to IRC to ask ingy about it and the answer was no

Human writable/readable serialization format, great idea
Uh oh, full spec is so full, its full of full
Oh boy :) Java is the only language that fully supports the full spec
Poor humans :) None or very weak editor support
Damn computers :) No round tripping (what goes out looks nothing like what goes in)
Awww :) No customizable beautifier ( no Perl::Tidy )

So great idea, fantastic even, gets upgraded, support never that great, humans not that interested , humans choose JSON, JSON wins

Maybe when YAML tools improve ten fold, brave folks will look at YAML again, but most will still stick with JSON :)


In reply to Re^3: how do i parse a yaml set with perl ( roundtrip) by Anonymous Monk
in thread how do i parse a yaml set with perl by david2008

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.