Method: CabbageDoc::Client::CustomParser#json

Defined in:
lib/cabbage_doc/client.rb

#jsonObject



8
9
10
# File 'lib/cabbage_doc/client.rb', line 8

def json
  JSON.parse(body, :quirks_mode => true, :allow_nan => true)
end