Skip to main content

write_val

Macro write_val 

Source
macro_rules! write_val {
    ($w:ident, $pp:ident, $level:expr, $v:ident, $f:expr) => { ... };
}
Expand description

Write a value as JSON, using a custom function for child values.