Alexander Falb created JOHNZON-205: -------------------------------------- Summary: Mapper.toStructure does not support arrays as toplevel element Key: JOHNZON-205 URL: https://issues.apache.org/jira/browse/JOHNZON-205 Project: Johnzon Issue Type: Bug Components: Mapper Affects Versions: 1.1.12 Reporter: Alexander Falb
new MapperBuilder().build().toStructure(new []{3,4,5); returns an empty JsonObject instead of an JsonArray with 3 elements. -- This message was sent by Atlassian JIRA (v7.6.3#76005)