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
@@ -13,6 +13,6 @@ return value : pointer to the child node
:content
Ensures the value is map-shaped and returns the named child. If the key does not exist, an empty child is created. Creating a non-numeric key on a list-shaped value clears list mode.
```cpp
payload.get_or_create("headers")->get_or_create("Content-Type")->set("text/plain");
```
:example
print("DValue::get_or_create example\n");