We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2af06f commit fa1d4e7Copy full SHA for fa1d4e7
2 files changed
src/jsonselect.js
@@ -69,7 +69,7 @@
69
// (6) bogusly named pseudo something or others
70
"(:\\w+)|" +
71
// (7 & 8) identifiers and JSON strings
72
- "(?:(\\.)?(\\\"(?:[^\\\\]|\\\\[^\\\"])*\\\"))|" +
+ "(?:(\\.)?(\\\"(?:[^\\\\\\\"]|\\\\[^\\\"])*\\\"))|" +
73
// (8) bogus JSON strings missing a trailing quote
74
"(\\\")|" +
75
// (9) identifiers (unquoted)
src/test/tests
0 commit comments