OpenXJsonSerDe constructor

OpenXJsonSerDe({
  1. bool? caseInsensitive,
  2. Map<String, String>? columnToJsonKeyMappings,
  3. bool? convertDotsInJsonKeysToUnderscores,
})

Implementation

OpenXJsonSerDe({
  this.caseInsensitive,
  this.columnToJsonKeyMappings,
  this.convertDotsInJsonKeysToUnderscores,
});