nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
hkupty 2019-02-15T17:03:52.003600Z

Hi folks. Does anyone knows if there's a way for me to transform a string map return from eval to an actual map? I'm getting {'value': '{"key" ["v1" "v2"]}' and I'm trying to get that as an actual map instead of a clojure stringified version of the map. Is there any nrepl op that can help me with that?

dominicm 2019-02-15T17:09:17.004400Z

Not really no, you will need to contribute nrepl middleware

1👍