-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
backwards-incompatibleBackwards-incompatible changes for next major release.Backwards-incompatible changes for next major release.bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
backwards-incompatibleBackwards-incompatible changes for next major release.Backwards-incompatible changes for next major release.bugSomething isn't workingSomething isn't working