for example, the string
{"errcode": 0, "errinfo": "}
can be formatted as
{
"errcode":0,
"errinfo":""
}
Is there a plug-in implementation for ?
of course not only this kind of value is a string, value may be an array or an object, is there a formatted package?