Method: Arachni::Parser#jsons
- Defined in:
- lib/arachni/parser.rb
#jsons ⇒ Array<Element::JSON>
360 361 362 |
# File 'lib/arachni/parser.rb', line 360 def jsons @jsons ||= [JSON.from_request( @url, response.request )].compact end |
360 361 362 |
# File 'lib/arachni/parser.rb', line 360 def jsons @jsons ||= [JSON.from_request( @url, response.request )].compact end |