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
Right now no-key error only happens in jget*, but it's intended to happen in the regular jget starting from the next major release. The benefit is: malformed JSON is easier to spot and fix, while jbind patterns are behaving in a more correct way in regards to validation.
Yes, panicking more often might be annoying, but this library is intended to be interactive, so it's better to error than not—to be honest to the user.
The text was updated successfully, but these errors were encountered:
Right now
no-key
error only happens injget*
, but it's intended to happen in the regularjget
starting from the next major release. The benefit is: malformed JSON is easier to spot and fix, whilejbind
patterns are behaving in a more correct way in regards to validation.Yes, panicking more often might be annoying, but this library is intended to be interactive, so it's better to error than not—to be honest to the user.
The text was updated successfully, but these errors were encountered: