Implementation of JSON support

All,

In case anybody is interested, I have implemented the JSON/XML
conversion rules as per XForms 2.0 (including corrections and changes
I raised for discussion in separate emails).

Here is the source:

    https://github.com/orbeon/orbeon-forms/blob/master/src/main/scala/org/orbeon/oxf/json/Converter.scala

And here are unit tests, which cover the examples in the spec and a few more:

    https://github.com/orbeon/orbeon-forms/blob/master/src/test/scala/org/orbeon/oxf/json/ConverterTest.scala

-Erik

Received on Friday, 20 November 2015 17:43:54 UTC