Module: AwesomePrintJson::CLI
- Defined in:
- lib/awesome_print_json/cli.rb
Class Method Summary collapse
Class Method Details
.pretty_print_json(json = nil) ⇒ Object
6 7 8 9 |
# File 'lib/awesome_print_json/cli.rb', line 6 def self.pretty_print_json(json=nil) json = json || Kernel.gets ap JSON.parse(json) end |