Does anyone know how to change the format of the JSON that is spit out by a datasnap server? I'm returning an object to the calling method, and the JSON has all the fields and sub objects, etc, but it also includes the unit names.Class name , and Id, and the word "type". I want it to just put the names of the fields in each object and not the "extra" stuff (I guess you'd call it the "metadata"). The following is an excerpt: {"result":[{"type":"USpecialNeeds.TSpecialNeeds","id":1,"fields":{"special_needs_detailed":{"type":"USpecialNeeds.TSpecialNeedsDetailed","id":2,"fields":{"years_horizon":0,"annual_inflation":0,"medical_inflation":0,"growth_rate":0,"annual_income":{"type":"USpecialNeeds.TAnnualIncome","id":3,"fields":{"annual_amount":0,"tot...