though i patched it from `<V: Any> Result` t...
# getting-started
d
though i patched it from
<V: Any> Result
to
<V> Result
since i wanted to be able to succeed with null values, like
Json.parse("null") == Result.Success(null)