separator property

String separator
final

The separator for the key/value pairs in inline tables.

inline-table-sep   = ws %x2C ws  ; , Comma

Implementation

static final String separator = ',';