** Summary changed:

- JSON module serialization problem
+ JSON module snelson parsing problem

** Changed in: zorba
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/930573

Title:
  JSON module snelson parsing problem

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  The following query:

  import module namespace json = 
"http://www.zorba-xquery.com/modules/converters/json";;
  import module namespace file = "http://expath.org/ns/file";;

  let $tweet := file:read-text("tweet.json")
  let $tweet := json:parse($tweet)
  let $tweet := json:serialize($tweet)
  return
    $tweet

  Where tweet.json (in attachement) comes from the twitter stream API,
  returns:

  JSON serialization error [zerr:ZJSE0005]: "pair": illegal child element of 
"array" type; must be "item" 
  =================================================
  json:serialize#1 <http://www.zorba-xquery.com/modules/converters/json> 
  /parse.xq at line 6 column 15

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/930573/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to