[OT] is JSON all that great? - was Re: API Help

Ben Finney ben+python at benfinney.id.au
Fri Jun 16 01:56:47 EDT 2017


alister <alister.ware at ntlworld.com> writes:

> Json is designed to be legal Javascript code & therefore directly
> executable so no parser is posible.

JSON is designed to be *a strictly limited subset* of legal JavaScript
that only defines data structures. The explicit goal is that it is
statically parseable as non-executable data.

-- 
 \             “The power of accurate observation is frequently called |
  `\        cynicism by those who don't have it.” —George Bernard Shaw |
_o__)                                                                  |
Ben Finney




More information about the Python-list mailing list