ring.util.codec/form-encode does not handle nested maps in a way that e.g. ring.middleware.nested-params would be able to parse (cf. #19), but it also does not throw an error when being passed such map. It would be nice if it would handle this case better (cf. #19 (comment)).