Top "Object-graph" questions

Rails 3: Escape characters (\) appearing in part of JSON string

Anyone know why some of my json elements are being backslash(\) escaped while others are not? {"first":"John","last":"Smith","…

ruby-on-rails json serialization object-graph
Is there a common Java method to trim every string in an object graph?

I'm hoping to trim all Strings that are part of an object graph. So I have an object graph like …

java string reflection object-graph