I have some JSON data but all the keys are in UPPER case. How to parse them and convert the keys to lower? I am using jQuery.
for example:
JSON data:
{"ID":1234, "CONTENT":"HELLO"}
Desired output:
{id:1234, content:"HELLO"}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…