For a project I’m working we created a custom ContractResolver to apply some localization magic before JSON data is send to the client.
Here is the code we are using:
Let’s try this code:
As you can see the ContractResolver does its job, only problem is that we loose the CamelCasing. Here is how you can fix it:
Let’s run our code again: