spray-json
spray-json copied to clipboard
Validation/Either support for failures
Correct me if I'm wrong, but it looks like the asJson and convertTo methods always throw exceptions when something fails. It would be nice if there were alternative entry points that would return Either/Validation/equivalent, preferably giving some useful error data structure, not just strings. :)
bump? :)