You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/some-codable-swift/encodable/SomeEncodable.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
8
8
import Foundation
9
9
10
+
11
+
/// The SomeEncodable struct provides a type-erased way to encode and decode JSON data. This can be particularly useful when you need to handle different types that conform to Encodable without knowing their specific types at compile time.
0 commit comments