We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
void DocAddText(const char* szID, const char* val);
Emits text JSON field with name szID and value val
szID
val
DocAddText("my_field", "abra");
result
"my_field" : "abra"