Skip to main content

optionable/
serde_json.rs

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