From ef5893abad592f45840d556b0ea28ab3e2f41c82 Mon Sep 17 00:00:00 2001 From: Douglas Crockford Date: Wed, 2 Feb 2011 05:11:30 -0800 Subject: [PATCH] iz --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index b8a9c2a..ca6dc11 100755 --- a/README +++ b/README @@ -3,7 +3,7 @@ JSON in Java [package org.json] Douglas Crockford douglas@crockford.com -2010-12-21 +2011-02-02 JSON is a light-weight, language independent, data interchange format. @@ -32,7 +32,7 @@ JSONArray.java: The JSONObject can parse text from a String or a JSONTokener to produce a vector-like object. The object provides methods for manipulating its contents, and for producing a JSON compliant array serialization. -JSONTokenizer.java: The JSONTokener breaks a text into a sequence of individual +JSONTokener.java: The JSONTokener breaks a text into a sequence of individual tokens. It can be constructed from a String, Reader, or InputStream. JSONException.java: The JSONException is the standard exception type thrown