class Jbuilder

def target!

Encodes the current builder as JSON.
def target!
  @attributes.to_json
end