Skip to content

Commit f470f11

Browse files
committed
Update SomeEncodable.swift
1 parent fa48208 commit f470f11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/some-codable-swift/encodable/SomeEncodable.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
import Foundation
99

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.
1012
public struct SomeEncodable: IEncodable, IHashable{
1113

1214
public typealias ValueType = Self

0 commit comments

Comments
 (0)