Romain Manni-Bucau created JOHNZON-25:
-----------------------------------------
Summary: Map<String, Object> with nested objects
Key: JOHNZON-25
URL: https://issues.apache.org/jira/browse/JOHNZON-25
Project: Johnzon
Issue Type: Bug
Affects Versions: 0.2-incubating
Reporter: Romain Manni-Bucau
Fix For: 0.5-incubating
No time to work on it now so opening a ticket for version > next release.
JOHNZON-20 solved a part of it but we still don't handle Object everywhere
(basically we have the json event so we have the type so we just need to
default to the type we want (JsonString -> String, JsonArray -> List<Object>,
JsonObject -> Map<String, Obejct>, ...).
Main cases to fix and test: nested list/map.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)