You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generator::State getters and setters (settings are always being passed on initialization)
Strings whose internal buffer offset is nonzero (a rather specific implementation detail, but could be useful nonetheless), i.e.:
str = 'xx["foobar"]'
substr = str[2..-1]
JSON.parse(substr) # confuses json-jruby 1.1.5
The text was updated successfully, but these errors were encountered:
The library needs more extensive testing. Through bug reports on json-jruby, I've noticed the following parts are not covered:
Generator::State
getters and setters (settings are always being passed on initialization)str = 'xx["foobar"]'
substr = str[2..-1]
JSON.parse(substr) # confuses json-jruby 1.1.5
The text was updated successfully, but these errors were encountered: