closingDelimiter property

String closingDelimiter
final

The opening delimited of the array of tables header.

array-table-close = ws %x5D.5D  ; ]] Double right square bracket

Implementation

static final String closingDelimiter = ']]';