unknownField(_:)

    Encountered an unknown field with the given name. When parsing JSON, you can instead instruct the library to ignore this via JSONDecodingOptions.ignoreUnknownFields.

    JSONDecodingError.swift:61
    case unknownField(String)

    Other cases