Covert json to schema fileds with camel casing

前端 未结 0 1459
野趣味
野趣味 2021-01-20 22:58

I have a json:

[{
"myKey": "key"
}]

My schema is:


_snake_case = re.compile(r"(?<=\\w)_(\\w)"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题