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

When in doubt: to_s #3

Closed dbackeus closed 12 years ago

dbackeus commented 13 years ago

Would be nice if json_builder would call to_s on values outside of the JSON default types instead of just giving blank values.

dewski commented 12 years ago

This has been added in for 3.0, thanks for the suggestion!