Sinatra rendering JSON with Datamapper
18 Jan 2011
Sinatra rendering JSON with Datamapper
While this link is a good overview of rendering json, remember this if you’re using datamapper:
- Make sure you require dm-serializer
- Make sure you run @object.to_json to get clean output
- Profit!