Searched refs:array_to_string (Results 1 – 1 of 1) sorted by relevance
2232 let array_to_string = serde_json::to_string(&array_from_str).unwrap(); in test_borrowed_raw_value() localVariable2233 assert_eq!(r#"["a",42,{"foo": "bar"},null]"#, array_to_string); in test_borrowed_raw_value()2316 let array_to_string = serde_json::to_string(&array_from_str).unwrap(); in test_boxed_raw_value() localVariable2317 assert_eq!(r#"["a",42,{"foo": "bar"},null]"#, array_to_string); in test_boxed_raw_value()