Description
Our JSONWriter class, so far as I can tell, does not conform to any specification for writing out triples as JSON. It neither writes JSON-LD nor RDF/JSON (which is superseded by JSON-LD).
Now that we have the JSONLDWriter, should we deprecate the JSONWriter class?
(Also note that we do not have a corresponding JSONExtractor. Cf. ANY23-129)