CBORCoding icon indicating copy to clipboard operation
CBORCoding copied to clipboard

Easy CBOR encoding and decoding for iOS, macOS, tvOS and watchOS.

Results 7 CBORCoding issues
Sort by recently updated
recently updated
newest added

### Expected Behavior Some empty dictionaries that have been encoded with `CBOREncoder` throw a type mismatch error when the data is decoded again with `CBORDecoder`. To me this seems like...

bug

## Description This is just #21 but with `Half` still in use on x64 Macs. I need to remove the `Half` dependency in order to run on Windows but unfortunately...

## Description Added strict concurrency checking and Sendable conformances ## Checklist * [x] Code compilation. * [x] All tests passing. * [x] No new SwiftLint issues. * [x] Added new...

### Expected Behavior Decoding null values to nil should work inside an array. ### Actual Behavior Cannot decode and I get the following error: valueNotFound(Swift.Optional, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "m", intValue: nil),...

bug

## Description Added support for optional values in arrays. Closes #22. ## Checklist Ensure that your `pull request` has followed all the steps below: * [x] Code compilation. * [x]...