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
Assertion to forbid calling json() with nil values
json() does not deal with nil expression and would just give "name" :
"unknown". On the other hand nil expression should not make it to that
stage so it would probably denotes an error.
0 commit comments