[Pkg-javascript-commits] [json-js] 66/85: README

Jonas Smedegaard dr at jones.dk
Mon Mar 14 10:39:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository json-js.

commit c07c287e39ab5a1726818e0436490bf071b7c838
Author: Douglas Crockford <douglas at crockford.com>
Date:   Fri Apr 3 18:58:13 2015 -0700

    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 at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/json-js.git



More information about the Pkg-javascript-commits mailing list