GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Enumerations | Functions
gp_json_common.h File Reference

Common JSON reader/writer definitions. More...

Go to the source code of this file.

Enumerations

enum  gp_json_type
 A JSON data type.
 

Functions

void gp_json_err_handler (void *print_priv, const char *line)
 default error print handler
 

Detailed Description

Common JSON reader/writer definitions.

Definition in file gp_json_common.h.

Function Documentation

◆ gp_json_err_handler()

void gp_json_err_handler ( void *  print_priv,
const char *  line 
)

default error print handler

@print_priv A json buffer print_priv pointer.