You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by "Preston Carman (JIRA)" <ji...@apache.org> on 2016/07/12 15:39:20 UTC

[jira] [Updated] (VXQUERY-222) Json Serialization

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

Preston Carman updated VXQUERY-222:
-----------------------------------
    Assignee: Riyafa Abdul Hameed

> Json Serialization
> ------------------
>
>                 Key: VXQUERY-222
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-222
>             Project: VXQuery
>          Issue Type: Bug
>            Reporter: Christina Pavlopoulou
>            Assignee: Riyafa Abdul Hameed
>
> I tried to run the following query:
> let $collection := "vxquery-xtest/src/test/resources/TestSources/ghcnd"
> for $r in collection($collection)/dataCollection/data
> return {
> 			"date": data($r/date),
> 			"datatype": data($r/dataType),
> 			"station": data($r/station),
> 			"attributes": ",,",
> 			"value": data($r/value)
> 		}
> The result I got was not serialized correctly since the values of the object were without quotes.



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