Skip to main content

Crate cjson_binding

Crate cjson_binding 

Source

Macros§

cJSON_ArrayForEach
cJSON_SetBoolValue
cJSON_SetIntValue
cJSON_SetNumberValue

Structs§

CJson
Safe wrapper for cJSON pointer
CJsonRef
Borrowed reference to a cJSON item (does not own the pointer)
JsonMergePatch
JSON Merge Patch utilities (RFC7386)
JsonPatch
JSON Patch utilities (RFC6902)
JsonPointer
JSON Pointer utilities (RFC6901)
JsonUtils
Utility functions for JSON object manipulation

Enums§

CJsonError
Error types for cJSON operations

Type Aliases§

CJsonResult
Result type for cJSON operations