silverstripe / silverstripe-restfulserver

RestfulServer module for Silverstripe CMS
http://www.silverstripe.org/restfulserver-module/
BSD 3-Clause "New" or "Revised" License
45 stars 48 forks source link

Cast SilverStripe types to appropriate JSON types #60

Closed andreaspiening closed 6 years ago

andreaspiening commented 6 years ago

The fact that SilverStripe doesn't type check or cast DataObject attributes leads to a type mess in the JSON formatted API response.