Custom Business logic. _objectRef in the fields of object in the response

I’m trying to use business logic to return complex object (result of query to DB). This business logic could be used by iOS client and web application. Result object is list of complex objects. Time to time I see that some fields has view __objectRef…

I see that some guys faced the same problem:

  1. http://support.backendless.com/t/instead-of-related-data-i-see-weird-___objectref
  2. http://support.backendless.com/t/dealing-with-__objectref-__arrayref-__originsubid

Is it possible to get real json view instead of __objectRef

Hello, Ivan

This fields could not be ignored or replaced with something other, they are used to handle circular references. use backendless iOS sdk. there are implemented handling such objects.

Thank you