Details
-
Type:
Bug
-
Status: Reopened
-
Priority:
Later
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 8.0.0
-
Component/s: ZK Update Engine
-
Labels:None
Description
According to the spec. of JSON
A value can be a string in double quotes, or a number, or true or false or null, or an object or an array.
In the current ZK version, we used single quotes as a value which will throw an error at client when using the standard JS function JSON.parse() to parse with.