← Back to team overview

zorba-coders team mailing list archive

[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))

 

On which branch does the bug show up? I ran the query in the jsoniq
branch, and I get the following result (same for all optimization
levels):

<?xml version="1.0" encoding="UTF-8"?>
&lt;json type="object" xmlns="http://www.zorba-xquery.com/modules/converters/json"&gt;&lt;pair name="html" type="string"&gt;&lt;b&gt;bold&lt;/b&gt;&lt;/pair&gt;&lt;/json&gt;

Is this result correct?

If the bug shows up in another branch, maybe that branch is not up-to-
date w.r.t. the trunk? Recently, I have fixed a couple of bugs related
to the no-copy rule, so if the problem is really with the no-copy rule,
then the branch must be updated.

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

Title:
  json 2.0 bug: json:serialize(json:parse(VALID_JSON))

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Should be possible to call json:serialize(json:parse(VALID_JSON))
  where VALID_JSON is any valid JSON string
  see added failing test test/rbkt/zorba/json/json-snelson-serialize-parse:

  
  import module namespace json="http://www.zorba-xquery.com/modules/converters/json";;
  declare variable $json-value := '{"html":"<b>bold</b>"}';
  json:serialize(json:parse($json-value))

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


References