class Lookbook::JsonParser

def parse(input)

def parse(input)
  JSON.parse(input.to_s)
end