Skip to content
anatol edited this page Jul 13, 2021 · 1 revision

Env::DocAddArray

void DocAddArray(const char* szID);

Emits beginning of array with name szID

Parameters

  • szID : 0-terminated string, the name of the field

Return value

  • none

Notes

  • none

Example

DocAddArray("my_array");

result

 "my_array" : [
Clone this wiki locally