Expand description
Module containing trait definitions for JSON I/O operations
Traits§
- IDestination
- Trait defining the interface for writing JSON data to a destination. Provides operations for writing and managing byte content.
- ISource
- Trait defining the interface for reading and traversing JSON data from a source. Provides basic operations for sequential character-based reading.
Functions§
- is_
whitespace - Checks if a character is JSON whitespace