FACT++  1.0
char* addJSONChildEnd ( char *  ptr,
int  sep 
)

Definition at line 1401 of file webDid.c.

Referenced by prepareJSONHeader(), prepareJSONServiceList(), prepareJSONSmiObjectList(), prepareJSONSmiTree(), and prepareJSONTree().

1402 {
1403  char *ptro;
1404 
1405  if(sep)
1406  strcat(ptr," },\n");
1407  else
1408  strcat(ptr," }\n");
1409  ptro = ptr + (int)strlen(ptr);
1410  return ptro;
1411 }

+ Here is the caller graph for this function: