Results 2 comments of Maarten Claes

Instead of relying on `serializable_hash`, maybe checking whether the object is a JSON primitive? Then if it isn't a primitive, you can raise an exception, saying that the `:using` should...

Looks like this will be hard to do without introducing any breaking changes. The code relies pretty heavily on `serializable_hash`. I'll post my spike branch later, once I get a...