Expose 'serde::json::{from_str,from_slice}'.

This commit is contained in:
Sergio Benitez 2021-06-01 13:15:01 -07:00
parent 2076b693b1
commit 8029ea319f
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ use crate::form::prelude as form;
use serde::{Serialize, Deserialize};
#[doc(inline)]
pub use serde_json::{from_str, from_slice};
#[doc(hidden)]
pub use serde_json;