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