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