1 2 3 4 5 6
use fson::{generator, Value}; #[test] fn create() { assert_eq!(generator::from(Value::Null), String::from("null")); }