From 594c8fa5f8e3fb38b0977f1ff8a87e9d709e7db1 Mon Sep 17 00:00:00 2001 From: Douglas Crockford Date: Mon, 26 Aug 2019 15:15:55 -0700 Subject: [PATCH] reamde --- README | 8 ++------ test.html | 36 ------------------------------------ 2 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 test.html diff --git a/README b/README index ecb0b14..55c2e67 100644 --- a/README +++ b/README @@ -4,19 +4,15 @@ JSON in JavaScript Douglas Crockford douglas@crockford.com -2019-05-28 +2019-08-25 JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ -The files in this collection implement JSON encoders/decoders in JavaScript. - JSON became a built-in feature of JavaScript when the ECMAScript Programming Language Standard - Fifth Edition was adopted by the ECMA General Assembly -in December 2009. Most of the files in this collection are for applications -that are expected to run in obsolete web browsers. For most purposes, json2.js -is the best choice. +in December 2009. json2.js: This file creates a JSON property in the global object, if there diff --git a/test.html b/test.html deleted file mode 100644 index 26ca5a0..0000000 --- a/test.html +++ /dev/null @@ -1,36 +0,0 @@ - -

-