JSONObject这个对象不能直接对里面字段进行驼峰转下划线
oyt4ldly1#
有没有什么方法,可以直接对JSONObject的字段进行驼峰转下划线
roejwanj2#
You can find the code to convert camel case to underscore here #3692 , but I closed the pull request because it is not considered best practice to convert camel case to underscores.
2条答案
按热度按时间oyt4ldly1#
有没有什么方法,可以直接对JSONObject的字段进行驼峰转下划线
roejwanj2#
You can find the code to convert camel case to underscore here #3692 , but I closed the pull request because it is not considered best practice to convert camel case to underscores.