does anyone know of an optics library for kotlin that works with jackson `JsonNode` ?
d
does anyone know of an optics library for kotlin that works with jackson
JsonNode
?
google 1
j
Why not just convert from
JsonNode
to whatever API the optics library expects?
d
I just was hoping there would be something ready made, since it’s quite common