For a project of mine, I created a [function to `dereference`](https://codeberg.org/kilianmh/openapi-generator/src/commit/2623c6f45e36ef4eebc906808adfa54745629fbc/code/parser.lisp#L94) all JSON pointers in a file (using `cl-json-pointer`). Do you think such a `dereference` (if you have a better name in mind, go ahead!) function could/should be part of this library?
For a project of mine, I created a function to
dereferenceall JSON pointers in a file (usingcl-json-pointer).Do you think such a
dereference(if you have a better name in mind, go ahead!) function could/should be part of this library?