[ 
https://issues.apache.org/jira/browse/ZEST-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Niclas Hedhman updated ZEST-150:
--------------------------------
    Description: 
OrgJsonDeserializer only supports the NodeEntry format, i.e. 

{code}
[
    { "key":"Abc", "value" : "def" }
]
{code}

and not the

{code}
{
    "Abc" : "def"
}
{code}
format

  was:
OrgJsonDeserializer only supports the NodeEntry format, i.e. 

{code:json}
[
    { "key":"Abc", "value" : "def" }
]
{code}

and not the

{code:json}
{
    "Abc" : "def"
}
{code}
format


> 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}
> [
>     { "key":"Abc", "value" : "def" }
> ]
> {code}
> and not the
> {code}
> {
>     "Abc" : "def"
> }
> {code}
> format



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to