|
GRASS 8 Programmer's Manual 8.5.0(2026)-8d6ceba290
|
#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 } |
| typedef struct G_json_array_t G_JSON_Array |
| typedef struct G_json_object_t G_JSON_Object |
| typedef int G_JSON_Status |
| typedef struct G_json_value_t G_JSON_Value |
| typedef int G_JSON_Value_Type |
| enum g_json_result_t |
| enum g_json_value_type |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Definition at line 176 of file gjson.c.
References json_object_dotget_number(), and name.
|
extern |
Definition at line 163 of file gjson.c.
References json_object_dotget_string(), and name.
|
extern |
Definition at line 182 of file gjson.c.
References json_object_dotset_null(), and name.
|
extern |
Definition at line 169 of file gjson.c.
References json_object_dotset_number(), and name.
|
extern |
Definition at line 156 of file gjson.c.
References json_object_dotset_string(), and name.
|
extern |
Definition at line 79 of file gjson.c.
References json_object_get_array(), and name.
|
extern |
Definition at line 108 of file gjson.c.
References json_object_get_boolean(), and name.
|
extern |
Definition at line 102 of file gjson.c.
References json_object_get_number(), and name.
|
extern |
Definition at line 71 of file gjson.c.
References json_object_get_object(), and name.
|
extern |
Definition at line 95 of file gjson.c.
References json_object_get_string(), and name.
|
extern |
Definition at line 87 of file gjson.c.
References json_object_get_value(), and name.
|
extern |
Definition at line 114 of file gjson.c.
References json_object_get_wrapping_value().
|
extern |
Definition at line 143 of file gjson.c.
References json_object_set_boolean(), and name.
|
extern |
Definition at line 150 of file gjson.c.
References json_object_set_null(), and name.
|
extern |
Definition at line 136 of file gjson.c.
References json_object_set_number(), and name.
|
extern |
Definition at line 129 of file gjson.c.
References json_object_set_string(), and name.
|
extern |
Definition at line 121 of file gjson.c.
References json_object_set_value(), and name.
|
extern |
|
extern |
Definition at line 257 of file gjson.c.
References json_serialize_to_string_pretty().
|
extern |
Definition at line 251 of file gjson.c.
References json_set_float_serialization_format().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |