zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #12833
[Merge] lp:~zorba-coders/zorba/bug-1030861 into lp:zorba
Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/bug-1030861 into lp:zorba.
Requested reviews:
Paul J. Lucas (paul-lucas)
Related bugs:
Bug #1030861 in Zorba: "Assertion "false" fails when serializing as JsonML-object"
https://bugs.launchpad.net/zorba/+bug/1030861
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1030861/+merge/117534
Removed JsonML-object.
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1030861/+merge/117534
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/converters/json-options.xsd'
--- modules/com/zorba-xquery/www/modules/converters/json-options.xsd 2012-07-24 08:48:48 +0000
+++ modules/com/zorba-xquery/www/modules/converters/json-options.xsd 2012-07-31 21:48:21 +0000
@@ -31,7 +31,7 @@
<xs:restriction base="xs:string">
<xs:enumeration value="Snelson"/>
<xs:enumeration value="JsonML-array"/>
- <xs:enumeration value="JsonML-object"/>
+ <!-- <xs:enumeration value="JsonML-object"/> -->
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Follow ups