SwiftJSONFormatter icon indicating copy to clipboard operation
SwiftJSONFormatter copied to clipboard

🪞 Formatter JSON delightfully.

Results 2 SwiftJSONFormatter issues
Sort by recently updated
recently updated
newest added

Your package supports iOS 12, tvOS 12, and watchOS 5 according to [`Package.swift`](https://github.com/luin/SwiftJSONFormatter/blob/320e944bb2b54bf6946d5226b4fbb9ae907725af/Package.swift#L6-L11). However, `withoutEscapingSlashes` requires iOS 13+, tvOS 13+, or watchOS 6+. https://developer.apple.com/documentation/foundation/jsonserialization/writingoptions/3081260-withoutescapingslashes So, you have two options. 1....

`JSONEncoder.OutputFormatting.withoutEscapingSlashes` has higher OS requirements than what was defined in `Package.swift`: ```swift @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *) public static let withoutEscapingSlashes: JSONEncoder.OutputFormatting ```