Enumeration Caseorlandos-nl.ikigajson 2.2.3IkigaJSON
expectedObject
Errors.swift:117case expectedObject
Other cases
case expectedArray
case internalStateError(line: Int, column: Int)
case invalidDate(String?)
case invalidData(String?)
case endOfObject(line: Int, column: Int)
case unknownJSONStrategy
case missingKeyedContainer
case missingUnkeyedContainer
case missingSuperDecoder
case endOfArray
case decodingError(expected: Any.Type, keyPath: [CodingKey])
case invalidTopLevelObject(line: Int, column: Int)
case missingData(line: Int, column: Int)
case invalidLiteral(line: Int, column: Int)
case invalidObjectIdLiteral(line: Int, column: Int)
case missingToken(line: Int, column: Int, token: UInt8, reason: Reason)
case unexpectedToken(line: Int, column: Int, token: UInt8, reason: Reason)
case unexpectedEscapingToken