From c07c287e39ab5a1726818e0436490bf071b7c838 Mon Sep 17 00:00:00 2001 From: Douglas Crockford Date: Fri, 3 Apr 2015 18:58:13 -0700 Subject: [PATCH] README --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 5f4ad23..3f245fe 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ JSON in JavaScript Douglas Crockford douglas@crockford.com -2010-11-18 +2010-04-02 JSON is a light-weight, language independent, data interchange format. @@ -24,7 +24,9 @@ isn't already one, setting its value to an object containing a stringify method and a parse method. The parse method uses the eval method to do the parsing, guarding it with several regular expressions to defend against accidental code execution hazards. On current browsers, this file does nothing, -prefering the built-in JSON object. +preferring the built-in JSON object. There is no reason to use this file unless +fate compels you to support IE8, which is something that no one should ever +have to do again. json.js: This file does everything that json2.js does. It also adds a toJSONString method and a parseJSON method to Object.prototype. Use of this