diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-19 12:53:47 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-19 12:53:47 +0000 |
| commit | 639c6ac65a1bd44b2ba0725fe7016a4920bf0950 (patch) | |
| tree | 47703f960633d3d4580022583134c28b96d5f36e /std/json.zc | |
| parent | 526b7748cafcb5a00f8e30df88661f6059d79843 (diff) | |
Iterables and iterators :D
Diffstat (limited to 'std/json.zc')
| -rw-r--r-- | std/json.zc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/std/json.zc b/std/json.zc index 64d64ab..cfef2c3 100644 --- a/std/json.zc +++ b/std/json.zc @@ -25,8 +25,10 @@ struct JsonValue { object_val: Map<JsonValue*>*; } + +alias JsonValuePtr = JsonValue*; + raw { - typedef struct JsonValue* JsonValuePtr; Vec_JsonValuePtr Vec_JsonValuePtr__new(); void Vec_JsonValuePtr__push(Vec_JsonValuePtr* self, JsonValue* item); Map_JsonValuePtr Map_JsonValuePtr__new(); |
