mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
fd0c8ad4c0
Used to expose lowercase web service object keys in SS4, without requiring an explicit field mapping for these. The first use case is exposing File data: [ID => 99, FileName => 'test'] becomes {"id": 99, "fileName": "test"} in JSON.