zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #03992
[Bug 920717] [NEW] json 2.0 bug: json:serialize(json:parse(VALID_JSON))
Public bug reported:
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))
** Affects: zorba
Importance: Medium
Assignee: Paul J. Lucas (paul-lucas)
Status: New
--
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
Follow ups
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Paul J. Lucas, 2012-03-27
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Paul J. Lucas, 2012-02-10
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: William Candillon, 2012-02-10
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: William Candillon, 2012-02-10
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Paul J. Lucas, 2012-02-08
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Paul J. Lucas, 2012-02-08
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Paul J. Lucas, 2012-02-08
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: William Candillon, 2012-02-08
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: William Candillon, 2012-02-08
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Paul J. Lucas, 2012-02-08
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: William Candillon, 2012-02-07
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Markos Zaharioudakis, 2012-02-02
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Markos Zaharioudakis, 2012-02-02
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Paul J. Lucas, 2012-02-02
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Markos Zaharioudakis, 2012-02-02
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Matthias Brantner, 2012-01-26
-
[Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Paul J. Lucas, 2012-01-26
-
[Bug 920717] [NEW] json 2.0 bug: json:serialize(json:parse(VALID_JSON))
From: Sorin Marian Nasoi, 2012-01-23
References