mirror of
https://github.com/donl/JSON-js.git
synced 2026-05-25 22:06:23 -06:00
s
This commit is contained in:
parent
fc535e9cc8
commit
5ca5ccb6df
1 changed files with 2 additions and 2 deletions
|
|
@ -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]) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue