jbuilder
https://github.com/rails/jbuilder
Ruby
Jbuilder: generate JSON objects with a Builder-style DSL
CensusApi::Response#date_of_birth
No Docs, write some!
Edit
git clone [email protected]:rails/jbuilder.git
cd jbuilder
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-CensusApi--Response-date_of_birth-for-pr
# Commit to gitgit add git commit -m "better docs for CensusApi::Response#date_of_birth"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-CensusApi--Response-date_of_birth-for-pr
hub pull-request
# Celebrate!