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 DocAddNum32(const char* szID, uint32_t val);
Emits 32-bit integer JSON field with name szID and value val
szID
val
DocAddNum32("int_field", 42);
result
"int_field" : 42