Slashdot Mirror


User: Crockford

Crockford's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:S-expressions on What is JSON, JSON-RPC and JSON-RPC-Java? · · Score: 1

    Right you are. See for example http://www.crockford.com/javascript/little.html. JavaScript has a lot in common with Scheme.

  2. Re:Python binding on What is JSON, JSON-RPC and JSON-RPC-Java? · · Score: 1

    Python was considered in the design of JSON. JavaScript does not require that names be quoted, but Python does. That is why JSON uses quoted names.