Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: strings to json

by roboticus (Chancellor)
on Jun 24, 2017 at 12:55 UTC ( [id://1193450]=note: print w/replies, xml ) Need Help??


in reply to strings to json

bigup401:

As the other respondants have mentioned, it would be a good idea to use JSON to deal with your JSON data.

Why a module to handle such a simple format? Primarily because many "simple formats" are only simple on the surface, and have some subtleties that can kick you in the pants when you least expect it. Even when the format is relatively simple, they may be ill-defined and have ambiguous cases. Even worse, if you're exchanging data with other applications that hand-roll the 'simple format', you often find that they have different bugs in their implementation than you do.

You'd be surprised at how often you'll encounter different variations of XML files that aren't truly XML compliant. You may also be surprised at how many different variations of CSV files there are. Since those problems have already largely been solved by generous contributors to CPAN, you should save yourself some grief and just use JSON;. ;^)

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1193450]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found