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