Json

public struct Json<V> : FieldCoderType where V : Decodable, V : Encodable

A FieldCoderType that implements JSON encoding and decoding of Codable values.

Important

Due to restrictions of JSONEncoder, the value will be contained in single-item array before encoding.

FieldCoderType