pub const YYJSON_WRITE_NEWLINE_AT_END: yyjson_write_flag = 128;Expand description
Adds a newline character \n at the end of the JSON.
This can be helpful for text editors or NDJSON.
pub const YYJSON_WRITE_NEWLINE_AT_END: yyjson_write_flag = 128;Adds a newline character \n at the end of the JSON.
This can be helpful for text editors or NDJSON.