We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d44ba2 + 1a390e9 commit 91ca3a0Copy full SHA for 91ca3a0
1 file changed
src/jsonselect.js
@@ -110,7 +110,7 @@
110
// (8) bogus JSON strings missing a trailing quote
111
"(\\\")|" +
112
// (9) identifiers (unquoted)
113
- "\\.((?:[_a-zA-Z]|[^\\0-\\0177]|\\\\[^\\r\\n\\f0-9a-fA-F])(?:[_a-zA-Z0-9\\-]|[^\\u0000-\\u0177]|(?:\\\\[^\\r\\n\\f0-9a-fA-F]))*)" +
+ "\\.((?:[_a-zA-Z]|[^\\0-\\0177]|\\\\[^\\r\\n\\f0-9a-fA-F])(?:[\$_a-zA-Z0-9\\-]|[^\\u0000-\\u0177]|(?:\\\\[^\\r\\n\\f0-9a-fA-F]))*)" +
114
")"
115
);
116
0 commit comments