This commit is contained in:
Douglas Crockford 2012-06-01 14:25:21 -07:00
parent fc535e9cc8
commit 5ca5ccb6df

View file

@ -1,6 +1,6 @@
/*
json_parse_state.js
2011-02-23
2012-06-01
Public Domain.
@ -325,7 +325,7 @@ var json_parse = (function () {
// r[0] contains everything that matched, including any initial whitespace.
// r[1] contains any punctuation that was matched, or true, false, or null.
// r[2] contains a matched number, still in string form.
// r[3] contains a matched string, without quotes but with ecapement.
// r[3] contains a matched string, without quotes but with escapement.
if (r[1]) {