yada

2019-03-14T10:12:57.036800Z

Is there an easy way to return an EDN set from yada?

malcolmsparks 2019-03-14T10:14:18.037700Z

You can return maps. Set produces to include application/edn

2019-03-14T10:18:05.038100Z

I found the protocol to extend.

2019-03-14T10:18:55.039Z

It already handles java HashSets, but doesn't seem to do Clojure ones.

2019-03-14T10:19:40.039300Z

(yada.body/MessageBody)

dominicm 2019-03-14T12:50:24.039700Z

A good PR? ;)