Home > front end >  The front desk JSON
The front desk JSON

Time:09-26

"Config" : {
"Timeout" : "300",
"Trynum" : "3",
"Intervaltime" : "50",
"Debug", "0",
"Mod" : "0"
}

This type of JSON is how the transformation, using JSON. Parse (jsonStr), complains, also did not find relevant information on the Internet, is introduced in the basic type and array type

CodePudding user response:

This is not a json well,
 
{
"Config" : {
"Timeout" : "300",
"Trynum" : "3",
"Intervaltime" : "50",
"Debug", "0",
"Mod" : "0"
}
}


Json is like this
  • Related