Method: Arachni::Parser#jsons

Defined in:
lib/arachni/parser.rb

#jsonsArray<Element::JSON>

Returns:



360
361
362
# File 'lib/arachni/parser.rb', line 360

def jsons
    @jsons ||= [JSON.from_request( @url, response.request )].compact
end