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
Without mandatory fields set, the previous code would hit many
exceptions in the happy load case. Thus, instead of depending on
exceptions to detect the existence of keys in the parsed json, this
change optionals to check to see whether a key exists. This should
improve performance (no stack unrolling for the exception) as well as
allows some try/catch blocks to be removed (simpler code.)
0 commit comments