docs/Writerside/topics/json.h.md

changeset 1553
7c46531efd52
parent 1550
19874e606235
child 1556
afdaa70034f8
--- a/docs/Writerside/topics/json.h.md	Sun Dec 07 13:18:22 2025 +0100
+++ b/docs/Writerside/topics/json.h.md	Sun Dec 07 13:24:18 2025 +0100
@@ -7,6 +7,13 @@
 
 ## Parser
 
+The following listing shows the JSON parser API.
+
+> To simplify documentation, we introduce the pseudo-type `AnyStr` with the meaning that
+> any UCX string and any C string are supported.
+> The implementation is actually hidden behind a macro which uses `cx_strcast()` to guarantee compatibility.
+{style="note"}
+
 ```C
 #include <cx/json.h>
 

mercurial