Back to Tools
MOFEI DEV TOOLS

JSON Path Extractor

Extract values from JSON using JSONPath expressions

JSONPath Examples

  • $.properties.title - Extract title from properties
  • $.features[*].properties.name - Extract name from all features
  • $.data[0].value - Extract value from first item in data array
  • $.users[*].profile.email - Extract email from all user profiles
  • $.items[*].tags[*] - Extract all tags from all items
  • JSON content, path configuration, and cached results are saved only in your browser and are not uploaded to this site server.