reckart opened a new issue, #24:
URL: https://github.com/apache/uima-uimaj-io-jsoncas/issues/24
**Describe the bug**
The serializer does not respect the following requirement from the
specification:
> While the order of feature structures in the feature structures section is
in general arbitrary, **it is mandatory that SofA feature structures are listed
before any feature structures referring to them.** So a serializer can iterate
through all the views of a CAS, then first serialize the SofA feature structure
and afterwards the members of the view.
**To Reproduce**
Check e.g. the output of the tests that load XMI and serialize to JSON (e.g.
`tsv3-testSimpleSlotFeature`).
**Expected behavior**
Specification should be followed.
**Please complete the following information:**
- Version: 0.5.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]