-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- 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 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request