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
It is a bit risky using the static JsonConvert class, since it can be modified anywhere in the application. We should register an instance of the JsonSerializer and use it throughout the application.
The text was updated successfully, but these errors were encountered:
It is a bit risky using the static
JsonConvert
class, since it can be modified anywhere in the application. We should register an instance of theJsonSerializer
and use it throughout the application.The text was updated successfully, but these errors were encountered: