1 2 3 4 5 6
use serde_json::{json, Number, Value}; #[test] fn value_array() { println!("Array {}", json!([1,2,3])) }