FOSSology
4.5.1
Open Source License Compliance by Open Source Software
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
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
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Files
File List
File Members
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
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
json_writer.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: © 2019 Siemens AG
3
Author: Gaurav Mishra <mishra.gaurav@siemens.com>
4
5
SPDX-License-Identifier: GPL-2.0-only
6
*/
7
13
#ifndef _JSON_WRITER_H_
14
#define _JSON_WRITER_H_
15
19
void
writeJson
();
20
30
char
*
unescapePathSeparator
(
const
char
* json);
31
35
void
initializeJson
();
36
40
void
destroyJson
();
41
42
43
#endif
/* _JSON_WRITER_H_ */
writeJson
void writeJson()
Write the scan output as a JSON.
Definition:
json_writer.c:31
initializeJson
void initializeJson()
Definition:
json_writer.c:131
unescapePathSeparator
char * unescapePathSeparator(const char *json)
Unescape the path separator from JSON.
Definition:
json_writer.c:90
destroyJson
void destroyJson()
Definition:
json_writer.c:140
src
nomos
agent
json_writer.h
Generated on Wed Mar 26 2025 09:10:52 for FOSSology by
1.9.1