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.
2 parents 7cc9301 + 765adb3 commit e794ec9Copy full SHA for e794ec9
lib/json/pure/parser.rb
@@ -49,7 +49,7 @@ class Parser < StringScanner
49
)+
50
)mx
51
52
- UNPARSED = Object.new.freeze
+ UNPARSED = Object.new.freeze
53
54
# Creates a new JSON::Pure::Parser instance for the string _source_.
55
#
0 commit comments