comma property
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;
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.
final bool comma;