| 1 min read | 39 words
Sinatra rendering JSON with Datamapper
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!