class Jekyll::Drops::JekyllDrop

def to_json(state = nil)

def to_json(state = nil)
  JSON.generate(to_h, state)
end