It\'s a pain to write codes like this all the time in jbuilder.json template:
json.extract! notification, :id, :user_id, :notice_type, :message, :resource_ty
You may look at json.except!
json.except!
json.except! @resource, :id, :updated_at
json.except! @resource
https://github.com/chenqingspring/jbuilder-except