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