RubyGems.org

json_builder

3.0.2

Rails provides an excellent XML Builder by default to build RSS and ATOM feeds, but nothing to help you build complex and custom JSON data structures. The standard to_json works well, but can get very verbose when you need full control of what is generated. JSON Builder hopes to solve that problem.

installgem install json_builder -v 3.0.2
Authors

Garrett Bjerkhoel

51,745 total downloads 615 for this version
Owners

F5a0f0acef57d61304ed7c5da7cd5007

Gemfile
gem "json_builder", "~> 3.0.2"
Versions
  1. 3.1.7 September 3, 2012
  2. 3.1.6 September 3, 2012
  3. 3.1.5 July 4, 2012
  4. 3.1.4 July 1, 2012
  5. 3.1.3 May 24, 2012
Show all versions (29 total)
Runtime Dependencies
  1. activesupport >= 2.0.0
Development Dependencies
  1. rspec >= 0