我想使用整数作为JSON对象键:
let myJKey = 1
let myJSONArrayObject = { filter: [] }
myJSONObject.filter.push({myJKey: 'a json value'})
However, I get : `{"filter":[{"myJKey":{"a json value"}}]}`
我应该如何设置以便将变量中的值1myKey作为 JSON 键?
ibeautiful
qq_花开花谢_0
HUH函数
相关分类