comma property

bool comma
final

Parse the entire input as a comma‑separated value instead of key/value pairs. Nested maps (e.g., a={b:1},{c:d}) are not supported in this mode.

Implementation

final bool comma;