RubyGems Navigation menu

lazy-pp-json 0.0.1

Lazy pp json responses. ### Normal pp ```ruby pp JSON.parse('{"key1":{"key1-1":"value1-1","key1-2":"value1-2"}, "key2":"value2"}') #=> {"key1"=>{"key1-1"=>"value1-1", "key1-2"=>"value1-2"}, "key2"=>"value2"} ``` ### lazy-pp-json ```ruby pp Lazy::PP::JSON.new('{"key1":{"key1-1":"value1-1","key1-2":"value1-2"}, "key2":"value2"}') #=> # { # "key1": # { # "key1-1":"value1-1", # "key1-2":"value1-2" # }, # "key2":"value2" # } # ```

Gemfile:
=

install:
=

Versions:

  1. 0.0.5 March 24, 2014 (9 KB)
  2. 0.0.4 March 15, 2014 (8.5 KB)
  3. 0.0.3 March 15, 2014 (8.5 KB)
  4. 0.0.2 March 09, 2014 (8.5 KB)
  5. 0.0.1 March 08, 2014 (8.5 KB)

Runtime Dependencies (1):

json >= 0

Development Dependencies (4):

bundler ~> 1.3
rake >= 0
test-unit >= 0

Owners:

Authors:

  • yoshihara

SHA 256 checksum:

=

Total downloads 14,140

For this version 2,610

Version Released:

License:

MIT

Required Ruby Version: None

Links: