dewski / json_builder

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. JSON Builder is here to help.
http://garrettbjerkhoel.com/json_builder/
MIT License
244 stars 52 forks source link

Enable iteration over any Enumerable instead of only Array and ActiveRecord::Relation #44

Closed martenlienen closed 11 years ago

martenlienen commented 11 years ago

That way you can iterate over your own Enumerable objects.