[][src]Type Definition json_joxit_fork::Result

type Result<T> = Result<T, Error>;

Result type used by this crate.

Note: Since 0.9.0 the old JsonResult type is deprecated. Always use json::Result instead.