Christina Pavlopoulou created VXQUERY-222:
---------------------------------------------
Summary: Json Serialization
Key: VXQUERY-222
URL: https://issues.apache.org/jira/browse/VXQUERY-222
Project: VXQuery
Issue Type: Bug
Reporter: Christina Pavlopoulou
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)