πŸ“Ž

Key-Value Extraction

Extract values of specific keys from JSON

Input the key name to extract, supports nested paths (e.g. user.name)

Input JSON

Extracted Result

πŸ’‘ Instructions

  • Input "Filter Key" to filter JSON array data
  • Supports nested paths, use . to separate (e.g. user.name)
  • If JSON is an array, it will automatically traverse all elements for extraction
  • If multiple values are found, result will be returned as an array
  • If only one value is found, return that value directly