Skip to main content

json

Macro json 

Source
macro_rules! json {
    ($json_data:expr) => { ... };
}
Expand description

Serializes to JSON and returns given object.