Encode the representation of the empty‐array JSON value to the specified formatter.
Synopsis
Declared in <baljsn_encodeimplutil.h>
static
void
encodeEmptyArray(FORMATTER* formatter);
Parameters
Name |
Description |
formatter |
JSON formatter that receives the empty‐array tokens |
Created with MrDocs