class Fluent::Compat::TextParser::JSONParser

Public Instance Methods

configure(conf) click to toggle source

TODO: warn when deprecated

Calls superclass method Fluent::Plugin::JSONParser#configure
# File lib/fluent/compat/parser.rb, line 260
def configure(conf)
  convert_type_converter_parameters!(conf)
  super
end