mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 06:15:41 +02:00
Adds tab indentation option for JSON files. (#4705)
This commit is contained in:
@ -3,7 +3,8 @@ pub use self::de::{
|
||||
};
|
||||
pub use self::error::{Error, ErrorCode, Result};
|
||||
pub use self::ser::{
|
||||
to_string, to_string_raw, to_string_with_indent, to_vec, to_writer, Serializer,
|
||||
to_string, to_string_raw, to_string_with_indent, to_string_with_tab_indentation, to_vec,
|
||||
to_writer, Serializer,
|
||||
};
|
||||
pub use self::value::{from_value, to_value, Map, Value};
|
||||
|
||||
|
Reference in New Issue
Block a user