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
The idea behind this is to be able to return values based on a partial key match. e.g. find_key(data, 'myk') would match on the key mykey. This was prompted by the future cli mode of operation. This would allow piping a large chunk of json into the the cli app and matching on key guesses, in case you haven't fully manually scanned the large json data for the exact key to match beforehand.
The text was updated successfully, but these errors were encountered:
find_key(data, 'myk')
would match on the keymykey
. This was prompted by the future cli mode of operation. This would allow piping a large chunk of json into the the cli app and matching on key guesses, in case you haven't fully manually scanned the large json data for the exact key to match beforehand.The text was updated successfully, but these errors were encountered: