xso: Add support for serde_json::Value
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
4780f89604
commit
ab7e6de3e1
3 changed files with 6 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ convert_via_fromstr_and_display! {
|
|||
jid::DomainPart,
|
||||
#[cfg(feature = "jid")]
|
||||
jid::ResourcePart,
|
||||
|
||||
#[cfg(feature = "serde_json")]
|
||||
serde_json::Value,
|
||||
}
|
||||
|
||||
/// Represent a way to encode/decode text data into a Rust type.
|
||||
|
|
|
|||
Loading…
Reference in a new issue