cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+3 -3
View File
@@ -14,6 +14,6 @@ return value : pointer to existing child, or 0
:content
Looks up one child without creating it. The non-const overload forwards through references; both overloads return `0` for scalars or missing keys.
```cpp
if(const DValue* user = payload.key("user")) print(user->to_json());
```
:example
print("DValue::key example\n");