In Thingifier add support for more output content representations
text/csv - best for collections; ok for single instances.
text/plain - simple line-based output, human readable but not structured
text/html - useful to show that APIs can return browser-renderable representations too.
application/x-ndjson or application/jsonl - one JSON object per line; good for streamed/exported collections. (but we would not add streaming)
application/json-seq - standardized JSON text sequence
text/tab-separated-values - TSV, could possibly build on CSV
these would be generated based on the GET QUERY accept headers
In Thingifier add support for more output content representations
text/csv- best for collections; ok for single instances.text/plain- simple line-based output, human readable but not structuredtext/html- useful to show that APIs can return browser-renderable representations too.application/x-ndjsonorapplication/jsonl- one JSON object per line; good for streamed/exported collections. (but we would not add streaming)application/json-seq- standardized JSON text sequencetext/tab-separated-values- TSV, could possibly build on CSVthese would be generated based on the GET QUERY accept headers