Github user JulioCCBUcuenca commented on the issue:
https://github.com/apache/any23/pull/82
Hi @lewismc .
Do those changes aim that Any23 supports both json and json-ld outputs? If
so, I think further modifications will be necessary:
- Update Any23's
[documentation](https://any23.apache.org/supported-formats.html).
- Add support for jsonld into the REST API and Live Service Demo.
- Add support for jsonld into the CLI.
In adition, if we retain the original Json writer, we should devise another
strategy to deal with
[ANY-231](https://issues.apache.org/jira/browse/ANY23-231), probably a wrapper
as I suggested in the issue's comments. am I right?
---