
Suggestion for to_json
Reported by Jeremy Nicoll | August 9th, 2008 @ 01:59 PM
Right now, when to_json is called on an array of objects, or even a single object - a string is returned that only shows the class name and object ID #. I think it would be more beneficial to have something like this in DataMapper::Resource:
def to_json
attributes.to_json
end
Comments and changes to this ticket
-
Dan Kubb (dkubb) August 9th, 2008 @ 08:33 PM
- State changed from new to invalid
I believe the to_json method in dm-serializer does something similar to this.
If it doesn't match what you need, please add a comment here with more details, and I'll re-open this ticket.
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »