1 2 3 4 5 6 7 8
# Write JSON When compiled with feature `io_json`, you can use this crate to write JSON files. The following example writes a batch as a JSON file: ```rust {{#include ../../../examples/json_write.rs}} ```