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

Env::DocAddGroup

void DocAddGroup(const char* szID);

Generates begining of JSON group with name szID

Parameters

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

Return value

  • none

Notes

  • none

Example

DocAddGroup("new_group");

result

 "new_group": {
Clone this wiki locally