We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abe76a commit 1acd35dCopy full SHA for 1acd35d
Lib/json/tool.py
@@ -83,7 +83,7 @@ def main():
83
84
85
color_pattern = re.compile(r'''
86
- (?P<string>"(\\.|[^"\\])*?") | # String
+ (?P<string>"(\\.|[^"\\])*") | # String
87
(?P<number>NaN|-?Infinity|[0-9\-+.Ee]+) | # Number
88
(?P<boolean>true|false) | # Boolean
89
(?P<null>null) # Null
0 commit comments