Fork me on GitHub
#nrepl
<
2019-02-15
>
hkupty17:02:52

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?

dominicm17:02:17

Not really no, you will need to contribute nrepl middleware

👍 5