class Fluent::Plugin::OSSInput::JsonDecompressor

Json decompression.

Public Instance Methods

content_type() click to toggle source
# File lib/fluent/plugin/in_oss.rb, line 329
def content_type
  'application/json'.freeze
end
ext() click to toggle source
# File lib/fluent/plugin/in_oss.rb, line 325
def ext
  'json'.freeze
end