EDN on REST API?

A bunch of the inset samples in documentation (e.g. here for /api/collection/tree: Collection) shows structures in EDN, or has explanatory Clojure (;;) comments. I get JSON on the REST API.

Since I could be using Clojure for a client here, getting EDN over the wire would actually be great for me – e.g. easy distinction between sets and lists, getting :keywords as map keys up front – but how, if at all possible, do I set that?

Couldn’t find an “official” EDN mime type, and just setting Accept: application/edn didn’t do it.

Hi! what you mention makes sense, but I don't think that we're going to go that way with our endpoints (at least in the short term). We plan to stick to JSON for now