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
As mentioned in #440, we can expose support for building JSON paths without a reference arrow (just the '$.key' string). Most of the implementation is already in place.
Why is this important? Well, since we won't support all JSON functions out there, and some of them expect JSON paths as arguments, currently consumers can only provide a non type-safe literal.
Hey 👋
As mentioned in #440, we can expose support for building JSON paths without a reference arrow (just the
'$.key'
string). Most of the implementation is already in place.Why is this important? Well, since we won't support all JSON functions out there, and some of them expect JSON paths as arguments, currently consumers can only provide a non type-safe literal.
Possible API:
The text was updated successfully, but these errors were encountered: