Crate jansson_sys [] [src]

Structs

json_error_t

An error that occurred during JSON processing.

json_t

A JSON value.

Enums

json_type

The type of a JSON value.

Constants

JSON_MAX_INDENT

The maximum possible indentation when pretty-printing JSON.

Functions

json_array
json_array_append_new
json_array_clear
json_array_extend
json_array_get
json_array_insert_new
json_array_remove
json_array_set_new
json_array_size
json_copy
json_decref
json_deep_copy
json_delete
json_dump_callback
json_dump_file
json_dumpb
json_dumpfd
json_dumps
json_equal
json_false
json_get_alloc_funcs
json_incref
json_integer
json_integer_set
json_integer_value
json_load_callback
json_load_file
json_loadb
json_loadfd
json_loads
json_null
json_number_value
json_object
json_object_clear
json_object_del
json_object_get
json_object_iter
json_object_iter_at
json_object_iter_key
json_object_iter_next
json_object_iter_set_new
json_object_iter_value
json_object_key_to_iter
json_object_seed
json_object_set_new
json_object_set_new_nocheck
json_object_size
json_object_update
json_object_update_existing
json_object_update_missing
json_pack
json_pack_ex
json_real
json_real_set
json_real_value
json_set_alloc_funcs
json_string
json_string_length
json_string_nocheck
json_string_set
json_string_set_nocheck
json_string_setn
json_string_setn_nocheck
json_string_value
json_stringn
json_stringn_nocheck
json_true
json_unpack
json_unpack_ex

Type Definitions

json_dump_callback_t
json_free_t
json_int_t
json_load_callback_t
json_malloc_t