class Tika::JSONResult

Public Instance Methods

render() click to toggle source
# File lib/tika/result.rb, line 29
def render
  JSON.load(output)
end