class CabbageDoc::Client::CustomParser
Public Instance Methods
json()
click to toggle source
# File lib/cabbage_doc/client.rb, line 8 def json JSON.parse(body, :quirks_mode => true, :allow_nan => true) end
# File lib/cabbage_doc/client.rb, line 8 def json JSON.parse(body, :quirks_mode => true, :allow_nan => true) end