json.extract! post, :id, :content, :user_id, :created_at, :updated_at json.url post_url(post, format: :json) json.quoted_post(post.quoted_post)