1 2 3 4
use crate::optionable::impl_optional_self; use serde_json::Value; impl_optional_self!(Value);