Libraries
»
committer-tools
(0.2.0)
»
Index
»
HTTPHelper
»
get_json
Method: HTTPHelper.get_json
Defined in:
lib/committer-tools.rb
.
get_json
(url) ⇒
Object
13 14 15
# File 'lib/committer-tools.rb', line 13
def
self
.
get_json
(
url
)
JSON
.
parse
(
get
(
url
)
)
end