mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
json: decode() part 1
This commit is contained in:
@ -12,7 +12,7 @@ struct C.cJSON {
|
||||
valuestring byteptr
|
||||
}
|
||||
|
||||
pub fn decode() ?voidptr {
|
||||
pub fn decode(typ voidptr, s string) ?voidptr {
|
||||
// compiler implementation
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user