Github user lewismc commented on the issue:
https://github.com/apache/any23/pull/82
@JulioCCBUcuenca
> Do those changes aim that Any23 supports both json and json-ld outputs?
Yes, please just leave the JSONWriter as it and add the JSONLDWriter
implementation.
> If so, I think further modifications will be necessary: ...
Yes please go ahead with these as well you are correct.
> In adition, if we retain the original Json writer, we should devise
another strategy to deal with ANY-231, probably a wrapper as I suggested in the
issue's comments. am I right?
Yes we probably should however this is not a huge deal. It _may_ actually
be better if the output stream is written to one line... I suppose this is down
to preference.
---