Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4435894
json.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
403 B
Referenced Files
None
Subscribers
None
json.h
View Options
#ifndef JSON_H
#define JSON_H
#define YYJSON_SKIP_VALUE ((yyjson_mut_val *)-1)
#include
"types.h"
void
init_json_module
(
void
);
ant_value_t
js_json_parse
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
js_json_stringify
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
json_parse_value
(
ant_t
*
js
,
ant_value_t
value
);
ant_value_t
json_stringify_value
(
ant_t
*
js
,
ant_value_t
value
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, May 2, 6:40 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
540093
Default Alt Text
json.h (403 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment