PMJSON v3.0.2
- Add convenience property
JSONError.path
. - Add method
JSONError.withPrefixedCodingPath(_:)
to make it easier to useJSONError
-throwing methods in aDecodable
implementation.
JSONError.path
.JSONError.withPrefixedCodingPath(_:)
to make it easier to use JSONError
-throwing methods in a Decodable
implementation.