"Fossies" - the Fresh Open Source Software Archive

Member "jansson-2.14/src/jansson.def" (19 Nov 2020, 1717 Bytes) of package /linux/www/jansson-2.14.tar.bz2:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Modula2 source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 EXPORTS
    2     json_delete
    3     json_true
    4     json_false
    5     json_null
    6     json_sprintf
    7     json_vsprintf
    8     json_string
    9     json_stringn
   10     json_string_nocheck
   11     json_stringn_nocheck
   12     json_string_value
   13     json_string_length
   14     json_string_set
   15     json_string_setn
   16     json_string_set_nocheck
   17     json_string_setn_nocheck
   18     json_integer
   19     json_integer_value
   20     json_integer_set
   21     json_real
   22     json_real_value
   23     json_real_set
   24     json_number_value
   25     json_array
   26     json_array_size
   27     json_array_get
   28     json_array_set_new
   29     json_array_append_new
   30     json_array_insert_new
   31     json_array_remove
   32     json_array_clear
   33     json_array_extend
   34     json_object
   35     json_object_size
   36     json_object_get
   37     json_object_getn
   38     json_object_set_new
   39     json_object_setn_new
   40     json_object_set_new_nocheck
   41     json_object_setn_new_nocheck
   42     json_object_del
   43     json_object_deln
   44     json_object_clear
   45     json_object_update
   46     json_object_update_existing
   47     json_object_update_missing
   48     json_object_update_recursive
   49     json_object_iter
   50     json_object_iter_at
   51     json_object_iter_next
   52     json_object_iter_key
   53     json_object_iter_key_len
   54     json_object_iter_value
   55     json_object_iter_set_new
   56     json_object_key_to_iter
   57     json_object_seed
   58     json_dumps
   59     json_dumpb
   60     json_dumpf
   61     json_dumpfd
   62     json_dump_file
   63     json_dump_callback
   64     json_loads
   65     json_loadb
   66     json_loadf
   67     json_loadfd
   68     json_load_file
   69     json_load_callback
   70     json_equal
   71     json_copy
   72     json_deep_copy
   73     json_pack
   74     json_pack_ex
   75     json_vpack_ex
   76     json_unpack
   77     json_unpack_ex
   78     json_vunpack_ex
   79     json_set_alloc_funcs
   80     json_get_alloc_funcs
   81     jansson_version_str
   82     jansson_version_cmp
   83