Dealing with json objects in python

后端 未结 0 1629
萌比男神i
萌比男神i 2020-12-11 09:31

I have a function which currently iterates over a chunk of data and builds an object like this;

newObj = {}
newObj[\'fields\'] = []

for field in page.form.fi         


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