Struct jansson_sys::json_t [] [src]

#[repr(C)]
pub struct json_t { pub type_: json_type, pub refcount: usize, }

A JSON value.

Fields

Trait Implementations

impl Debug for json_t
[src]

[src]

Formats the value using the given formatter.