toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'variable_id': variableID,
      'json_path': jsonPath,
      'type': EnumToString.convertToString(type),
      'overrided_loop': overridedLoop,
      'format_options': formatOptions.toJson(),
      'list_format_options': listFormatOptions.toJson(),
    };