Libraries
»
what
(0.4.1)
»
Index
»
What
»
Formatters
»
JSON
»
#format
Method: What::Formatters::JSON#format
Defined in:
lib/what/formatters/json.rb
#
format
(hash) ⇒
Object
7 8 9
# File 'lib/what/formatters/json.rb', line 7
def
format
(
hash
)
JSON
.
unparse
(
hash
)
+
"\n"
end