alister <alister.w...@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 -- https://mail.python.org/mailman/listinfo/python-list