mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
@@ -8,7 +8,7 @@ module json
|
||||
#include "cJSON.h"
|
||||
#define js_get(object, key) cJSON_GetObjectItemCaseSensitive((object), (key))
|
||||
|
||||
struct C.cJSON {
|
||||
pub struct C.cJSON {
|
||||
valueint int
|
||||
valuedouble f64
|
||||
valuestring &char
|
||||
|
||||
Reference in New Issue
Block a user