Closed MetSystem closed 5 years ago
1) The json standard requires double quotes so add ...3'}".Replace("'","\");
2) The json standard also requires double quotes around the property names, you can however overcome this by setting fastJSON.JSON.Parameters.AllowNonQuotedKeys = true;
globally or on a call basis.