|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <stddef.h>

Go to the source code of this file.
Typedefs | |
| typedef struct G_json_object_t | G_JSON_Object |
| typedef struct G_json_array_t | G_JSON_Array |
| typedef struct G_json_value_t | G_JSON_Value |
| typedef int | G_JSON_Value_Type |
| typedef int | G_JSON_Status |
Enumerations | |
| enum | g_json_value_type { G_JSONError = -1 , G_JSONNull = 1 , G_JSONString = 2 , G_JSONNumber = 3 , G_JSONObject = 4 , G_JSONArray = 5 , G_JSONBoolean = 6 } |
| enum | g_json_result_t { G_JSONSuccess = 0 , G_JSONFailure = -1 } |
|
extern |
Definition at line 150 of file gjson.c.
References json_array().
Referenced by Rast_print_json_colors().
|
extern |
Definition at line 193 of file gjson.c.
References json_array_append_boolean().
|
extern |
Definition at line 198 of file gjson.c.
References json_array_append_null().
|
extern |
Definition at line 188 of file gjson.c.
References json_array_append_number().
|
extern |
Definition at line 182 of file gjson.c.
References json_array_append_string().
|
extern |
Definition at line 176 of file gjson.c.
References json_array_append_value().
|
extern |
Definition at line 171 of file gjson.c.
References json_array_get_boolean().
|
extern |
Definition at line 166 of file gjson.c.
References json_array_get_number().
|
extern |
Definition at line 161 of file gjson.c.
References json_array_get_string().
|
extern |
Definition at line 155 of file gjson.c.
References json_array_get_value().
Definition at line 218 of file gjson.c.
References json_free_serialized_string().
Referenced by Rast_print_json_colors().
|
extern |
Definition at line 49 of file gjson.c.
References json_object().
Referenced by Rast_print_json_colors().
|
extern |
Definition at line 140 of file gjson.c.
References json_object_dotget_number(), and name.
|
extern |
Definition at line 129 of file gjson.c.
References json_object_dotget_string(), and name.
|
extern |
Definition at line 145 of file gjson.c.
References json_object_dotset_null(), and name.
|
extern |
Definition at line 134 of file gjson.c.
References json_object_dotset_number(), and name.
|
extern |
Definition at line 123 of file gjson.c.
References json_object_dotset_string(), and name.
|
extern |
Definition at line 61 of file gjson.c.
References json_object_get_array(), and name.
|
extern |
Definition at line 86 of file gjson.c.
References json_object_get_boolean(), and name.
|
extern |
Definition at line 81 of file gjson.c.
References json_object_get_number(), and name.
|
extern |
Definition at line 54 of file gjson.c.
References json_object_get_object(), and name.
Definition at line 75 of file gjson.c.
References json_object_get_string(), and name.
|
extern |
Definition at line 68 of file gjson.c.
References json_object_get_value(), and name.
|
extern |
Definition at line 91 of file gjson.c.
References json_object_get_wrapping_value().
|
extern |
Definition at line 112 of file gjson.c.
References json_object_set_boolean(), and name.
|
extern |
Definition at line 118 of file gjson.c.
References json_object_set_null(), and name.
|
extern |
Definition at line 107 of file gjson.c.
References json_object_set_number(), and name.
|
extern |
Definition at line 102 of file gjson.c.
References json_object_set_string(), and name.
Referenced by Rast_print_json_colors().
|
extern |
Definition at line 96 of file gjson.c.
References json_object_set_value(), and name.
Referenced by Rast_print_json_colors().
|
extern |
Definition at line 213 of file gjson.c.
References json_serialize_to_string().
|
extern |
Definition at line 208 of file gjson.c.
References json_serialize_to_string_pretty().
Referenced by Rast_print_json_colors().
Definition at line 203 of file gjson.c.
References json_set_float_serialization_format().
|
extern |
Definition at line 223 of file gjson.c.
References json_value_free().
Referenced by Rast_print_json_colors().
|
extern |
Definition at line 44 of file gjson.c.
References json_value_get_object().
|
extern |
Definition at line 39 of file gjson.c.
References json_value_get_type().
|
extern |
Definition at line 34 of file gjson.c.
References json_value_init_array().
Referenced by Rast_print_json_colors().
|
extern |
Definition at line 29 of file gjson.c.
References json_value_init_object().
Referenced by Rast_print_json_colors().