#include "core/analyze.h"
#include "json/json.h"
#include <stdbool.h>
Go to the source code of this file.
◆ json_t
◆ json_query()
query a json object
- Parameters
-
| json | the object to query |
| query | the query to perform |
| logger | the logger to use |
| arena | the arena to use |
- Returns
- the result of the query
Definition at line 109 of file query.c.
◆ json_query_type()
query a json object and ensure it is of a specific type
- Parameters
-
| json | the object to query |
| query | the query to perform |
| kind | the kind of json value to expect |
| logger | the logger to use |
| arena | the arena to use |
- Returns
- the result of the query
Definition at line 115 of file query.c.