-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Formatting with multi_json ? #2486
Copy link
Copy link
Open
Labels
Description
Am I wrong to say that Grape::Formatter::JSON will never call Grape::Json::Dump since every object responds to to_json ? On the other hand, Grape::ErrorFormatter::JSON is not using to_json.
I'm just concerned about the multi_json usage which doesn't seem to be consistent. Should we keep it ?
Reactions are currently unavailable