Skip to content

Commit

Permalink
Add extension for JSONDecoder and JSONEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
JK0369 committed Apr 16, 2022
1 parent e421a7b commit 7631938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Then/Then.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ extension NSObject: Then {}
extension Array: Then {}
extension Dictionary: Then {}
extension Set: Then {}
extension JSONDecoder: Then {}
extension JSONEncoder: Then {}

#if os(iOS) || os(tvOS)
extension UIEdgeInsets: Then {}
Expand Down

0 comments on commit 7631938

Please sign in to comment.