Expand description
Structs§
- Theme
- Controls the console formatter used for different JSON tokens.
Functions§
- to_
writer - Serialize the given data structure as colored, pretty-printed JSON into the IO stream, using the default theme.
- to_
writer_ compact - Serialize the given data structure as colored, compact JSON into the IO stream, using the default theme.
- to_
writer_ with_ theme - Serialize the given data structure as colored, pretty-printed JSON into the IO stream, using the given theme.
- to_
writer_ with_ theme_ and_ formatter - Serialize the given data structure as colored JSON into the IO stream, using the given theme and formatter.