Expand description
Optimized I/O utilities for JSON serialization/deserialization
Provides buffered I/O operations for improved performance on large JSON files. Uses 64KB buffer size for optimal throughput.
Functionsยง
- read_
json_ optimized - Read JSON from file with buffered I/O (optimized)
- read_
json_ string_ optimized - Read JSON from file as string with buffered I/O (optimized)
- write_
json_ compact_ optimized - Write JSON to file with buffered I/O in compact format (optimized)
- write_
json_ optimized - Write JSON to file with buffered I/O (optimized)