Module janus_plugin::jansson [] [src]

Structs

JanssonDecodingFlags

Flags that can be passed to JSON decoding functions.

JanssonEncodingFlags

Flags that can be passed to JSON encoding functions.

JanssonValue

A safe wrapper for a Jansson JSON value. Automatically increases and decreases the refcount of the underlying value when cloned/dropped.

Type Definitions

RawJanssonValue

A pointer to a raw Jansson value struct.