Expand description
Serde-compatible API for TOON encoding and decoding
Functionsยง
- from_
reader - Deserialize a TOON-formatted reader to a value
- from_
reader_ with_ options - Deserialize a TOON-formatted reader to a value with options
- from_
str - Deserialize a TOON-formatted string to a value
- from_
str_ with_ options - Deserialize a TOON-formatted string to a value with options
- to_
string - Serialize a value to a TOON-formatted string
- to_
string_ with_ options - Serialize a value to a TOON-formatted string with options
- to_
writer - Serialize a value to a writer in TOON format
- to_
writer_ with_ options - Serialize a value to a writer in TOON format with options