I was looking at MongoDB and CouchDB over the weekend. They both use a JSON like interface. However I’m just interested why its called JSON here and not just JavaScript? Its quite obviously just a method call on an object passing in a JavaScript object. Curious minds and all that!