We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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