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
This is mainly useful for batch scripts. Often times, we are only interested in certain fields from the payload and may need some assertion so it fail fast. There are a few questions on how these features should be implemented:
Syntax - how should the filter and assertion be defined?
How powerful the filter should be? The extreme is full jq which allows extracting multiple fields and maybe at different level.
The text was updated successfully, but these errors were encountered:
This is mainly useful for batch scripts. Often times, we are only interested in certain fields from the payload and may need some assertion so it fail fast. There are a few questions on how these features should be implemented:
jq
which allows extracting multiple fields and maybe at different level.The text was updated successfully, but these errors were encountered: