We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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"