macro_rules! ijson {
($($json:tt)+) => { ... };
}Expand description
Similar to serde_json::json!, this allows you to create JSON literals.
It’s called ijson to not conflict with serde_json::json!.
macro_rules! ijson {
($($json:tt)+) => { ... };
}Similar to serde_json::json!, this allows you to create JSON literals.
It’s called ijson to not conflict with serde_json::json!.