mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 12:29:46 +02:00
committed by
GitHub
parent
f0a073b397
commit
e810995cf8
@@ -66,7 +66,7 @@ fn main() {
|
||||
println!("first: {}", array.first().unwrap());
|
||||
|
||||
// Add a value
|
||||
array.push(Value::String("tak".to_string()));
|
||||
array.push(Value::String("baz".to_string()));
|
||||
}
|
||||
|
||||
// Encode to Hjson
|
||||
@@ -76,4 +76,4 @@ fn main() {
|
||||
```
|
||||
# DOCS
|
||||
|
||||
At the moment, the documentation on [serde_hjson](https://docs.rs/serde-hjson/0.9.1/serde_hjson/) / [serde_json](https://docs.rs/serde_json/1.0.93/serde_json/) is also relevant for nu-json.
|
||||
At the moment, the documentation on [serde_hjson](https://docs.rs/serde-hjson/0.9.1/serde_hjson/) / [serde_json](https://docs.rs/serde_json/1.0.93/serde_json/) is also relevant for nu-json.
|
||||
|
Reference in New Issue
Block a user