js中创建json
var jn={
"id":{
"textValue":"1"
},
"name":{
"textValue":"1"
},
"filter":{
"relation":"",
"textValue":"1",
"operation":{
"textValue":"1"
}
};
// 在这里时jn变量不是json对象,它只是一个普通的obj对象。
var str=JSON.st