While exploring bring up of using `orjson`, exposed an interesting flaw. The stdlib `json` encoder seems to be ok with coercing a `str` from an `Enum`(specifically, a `Class[str, Enum]`). The `orjson` encoder does not like that this is a class and not a proper `str` per spec. Using the `.value` of the enum as the key for the dict produced while answering a `GET` admin request for experimental features seems to fix this. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| 18583.removal | ||
| 18791.misc | ||
| 18823.bugfix | ||
| 18874.misc | ||
| 18878.docker | ||