struct DiskJsonSerializer
s5Utils18DiskJsonSerializerV
5K78Q
import Utils
init()
func readJson<T>(as type: T.Type, fromFile filePath: String) throws -> T where T : Decodable
func write<T>(_ value: T, asJsonToFile filePath: String) throws where T : Encodable