Niclas Hedhman created ZEST-150:
-----------------------------------
Summary: OrgJsonDeserializer doesn't handle Object format for Maps
Key: ZEST-150
URL: https://issues.apache.org/jira/browse/ZEST-150
Project: Zest
Issue Type: Bug
Reporter: Niclas Hedhman
Assignee: Niclas Hedhman
OrgJsonDeserializer only supports the NodeEntry format, i.e.
{code:json}
[
{ "key":"Abc", "value" : "def" }
]
{code}
and not the
{code:json}
{
"Abc" : "def"
}
{code}
format
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)