JSON Value Extractor enables you to extract specific values from JSON data using JSONPath notation. Simply specify the path to the desired node and, if needed, add prefixes and suffixes to the extracted values. If multiple matching nodes are found, their values will be concatenated, each on a new line.
data.title
to extract all title values under datamessages[*].text
to extract text from all messagesThe tool supports extracting strings, numbers, and boolean values. If you attempt to extract an object or array, the tool will show an error message and skip that node.
For large JSON files, enable "Large Mode" to work with bigger datasets more efficiently.