cvToJsonPretty method

String cvToJsonPretty()

to json helper using 2 spaces indent.

Implementation

String cvToJsonPretty() => jsonPrettyEncode(this);