datamapper / dm-serializer

DataMapper plugin for serializing Resources and Collections
http://datamapper.org/
MIT License
40 stars 44 forks source link

Add to_json and as_json to Models #34

Closed envygeeks closed 11 years ago

envygeeks commented 11 years ago

With the move to multi_json to_json and as_json will become unavailable on Models by default, I think it would be a good idea to add those to the base Model so that there is at least backwards compatibility there.