Methods

Class/Module Index [+]

Quicksearch

Fluent::ExecFilterOutput::JSONParser

Public Instance Methods

call(io) click to toggle source
# File lib/fluent/plugin/out_exec_filter.rb, line 422
def call(io)
  y = Yajl::Parser.new
  y.on_parse_complete = @on_message
  y.parse(io)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.