Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
utils-1.9.0
-
None
Description
Usually a valid JSON is either on object or an array. The JSONParser currently only allows to have an object as the root. It fails do pass a valid json doc like
[1,2,3]