You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why has the Dish::Plate#to_json method been merged into 99ac61a?
It is quite complex and even contains platform specific dependencies (NSJSONSerialization). So let the user decide how he/she wants to use to_json. Any thoughts?
Furthermore it's not covered by any tests.
The text was updated successfully, but these errors were encountered:
Why has the
Dish::Plate#to_json
method been merged into 99ac61a?It is quite complex and even contains platform specific dependencies (
NSJSONSerialization
). So let the user decide how he/she wants to useto_json
. Any thoughts?Furthermore it's not covered by any tests.
The text was updated successfully, but these errors were encountered: