GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
g
j
Functions
g
Variables
Typedefs
g
Enumerations
g
j
Enumerator
g
Macros
g
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
include
utils
gp_json.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2021-2023 Cyril Hrubis <metan@ucw.cz>
4
*/
5
11
#ifndef GP_JSON_H
12
#define GP_JSON_H
13
14
#include <
utils/gp_json_common.h
>
15
#include <
utils/gp_json_reader.h
>
16
#include <
utils/gp_json_writer.h
>
17
#include <
utils/gp_json_serdes.h
>
18
19
#endif
/* GP_JSON_H */
gp_json_common.h
Common JSON reader/writer definitions.
gp_json_reader.h
A recursive descend JSON parser.
gp_json_serdes.h
C structure to JSON serializer and deserializer.
gp_json_writer.h
A JSON writer.
Generated by
1.9.8