printjsonerr

Macro printjsonerr 

Source
macro_rules! printjsonerr {
    ($x:expr) => { ... };
    (&$x:expr) => { ... };
}