crepe / jsonite

A tiny, HAL-compliant JSON presenter for your Ruby APIs.
28 stars 2 forks source link

Dynamic attribute names #10

Open stephencelis opened 10 years ago

stephencelis commented 10 years ago

Can we think of a reason to support the following?

class Presenter < Jsonite
  attribute -> { root_name } do
    payload
  end
end

Dynamic attribute names assumes dynamic payloads, so maybe not?