JSON Returned from REST Service has pxObjClass Attribute
Can we not have unneeded pxObjClass attribute in JSON string returned from REST Service?
We are using function pxConvertStringToPage in REST Service Activity to return JSON string to mobile devices, the JSON string always contains pxObjClass attribute in each JSON node. Mobile Android developers want to eliminate the unneeded pxObjClass attribute.
I assume if we are using JSON response directly in REST Service, it still have pxObjClass attributes.