#include "scan/node.h"
#include "core/where.h"
#include <gmp.h>
Go to the source code of this file.
|
CT_LOCAL json_scan_t * | json_scan_context (scan_t *scan) |
|
CT_LOCAL void | json_parse_integer (mpz_t integer, scan_t *scan, where_t where, const char *text, int base) |
|
CT_LOCAL void | json_parse_float (float *real, scan_t *scan, where_t where, const char *text) |
|
CT_LOCAL void | json_parse_string (text_view_t *string, scan_t *scan, json_where_t where, const char *text, size_t length) |
|
◆ JSONLTYPE
◆ json_parse_float()
◆ json_parse_integer()
CT_LOCAL void json_parse_integer |
( |
mpz_t |
integer, |
|
|
scan_t * |
scan, |
|
|
where_t |
where, |
|
|
const char * |
text, |
|
|
int |
base |
|
) |
| |
◆ json_parse_string()
◆ json_scan_context()