rje has asked for the wisdom of the Perl Monks concerning the following question:
Has anyone used Perl's data notation as a web-consumable data format?
Yes, it does have a lot of overlap with JSON. It looks a bit like JSON, too. The bare keywords and the => are just syntactic sugar, but in some cases the data looks cleaner than JSON, doesn't it? And it can (potentially) have referenced data shared between two structures -- perhaps not critically important for the web, but potentially useful. Right?
An app I had written could dump its output to XML, JSON, YAML, or Perl's data notation... it's not difficult to write an emitter for it. And I know the ecological niche is small, and JSON pretty much has it sewn up. I'm just asking for the sake of asking. In other words, don't bite my head off.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl data notation
by davido (Cardinal) on Jul 15, 2014 at 14:54 UTC | |
by kennethk (Abbot) on Jul 15, 2014 at 15:11 UTC | |
by Anonymous Monk on Jul 15, 2014 at 16:06 UTC | |
by ikegami (Patriarch) on Jul 25, 2014 at 04:02 UTC | |
by davido (Cardinal) on Jul 15, 2014 at 22:25 UTC | |
by kennethk (Abbot) on Jul 16, 2014 at 00:18 UTC | |
by Anonymous Monk on Jul 19, 2014 at 09:09 UTC | |
Re: Perl data notation
by perlfan (Parson) on Jul 15, 2014 at 15:37 UTC | |
by Anonymous Monk on Jul 15, 2014 at 20:36 UTC | |
by keszler (Priest) on Jul 16, 2014 at 16:57 UTC | |
Re: Perl data notation (PSON/JSON/SafestUndumper)
by Anonymous Monk on Jul 15, 2014 at 20:40 UTC | |
Re: Perl data notation
by Anonymous Monk on Jul 15, 2014 at 18:53 UTC | |
by Anonymous Monk on Jul 15, 2014 at 20:26 UTC |