-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Later
-
Affects Version/s: None
-
Component/s: ZK Update Engine
-
None
-
None
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.