#include "config.h"
#include "json.h"
#include "sg_unaligned.h"
#include "utility.h"
#include <inttypes.h>
#include <stdexcept>
Go to the source code of this file.
◆ __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1 |
◆ jassert
#define jassert |
( |
|
expr | ) |
(!(expr) ? jassert_failed(__LINE__, #expr) : (void)0) |
◆ check_utf8()
static int check_utf8 |
( |
const char * |
s | ) |
|
|
static |
◆ jassert_failed()
static void jassert_failed |
( |
int |
line, |
|
|
const char * |
expr |
|
) |
| |
|
static |
◆ print_quoted_string()
static void print_quoted_string |
( |
FILE * |
f, |
|
|
const char * |
s |
|
) |
| |
|
static |
◆ yaml_string_needs_quotes()
static char yaml_string_needs_quotes |
( |
const char * |
s | ) |
|
|
static |
◆ json_cvsid
Initial value:= "$Id: json.cpp 5469 2023-03-15 20:00:35Z dpgilbert $"
Definition at line 16 of file json.cpp.