Convert JSON Keys from snake_case to camelCase in IntelliJ IDEs
In this post I will cover a way to convert only JSON keys from snake_case format to camelCase format, without impacting the values. I hit on this problem today, and found multiple solutions that rely on code to solve this problem. I didn’t need a code solution, as my use case was something of a … Read more