Ingo Schommer fd0c8ad4c0 Convert::upperCamelToLowerCamel()
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.
2016-06-23 12:27:54 +12:00
..
2016-06-13 13:41:20 +01:00
2016-05-18 18:36:10 +12:00
2016-03-09 10:20:31 +13:00
2016-06-23 12:27:54 +12:00
2016-06-13 13:41:20 +01:00
2014-08-19 09:17:15 +12:00
2016-06-07 16:17:58 +01:00