starting some work on implementation
This commit is contained in:
@@ -381,7 +381,7 @@ bool json_as_number(json_value_t *value, double *out_double);
|
||||
bool json_as_object(json_value_t *value, json_object_t *out_object);
|
||||
bool json_as_string(json_value_t *value, json_string_t *out_string);
|
||||
bool json_obj_get(json_object_t *obj, json_string_t key, json_value_t *out_value);
|
||||
json_value_t *json_parse(const char *content, allocator_t allocator);
|
||||
json_value_t json_parse(scanner_t *scanner, allocator_t allocator);
|
||||
|
||||
// string builder //////////////////////////////////////////////////////////////
|
||||
typedef struct string_builder_node {
|
||||
@@ -444,6 +444,7 @@ void allocator_reset(allocator_t this) {
|
||||
#include "dyn_array.c"
|
||||
#include "cli.c"
|
||||
#include "scanner.c"
|
||||
#include "json.c"
|
||||
#include "string_builder.c"
|
||||
#include "file_io.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user