
JSON Manipulation
Query and manipulate JSON data from URLs using JSONPath expressions. Provides filtering, sorting, and transformation capabilities for structured data analysis.
89308 views28Local (stdio)
What it does
- Query JSON data using JSONPath syntax
- Filter JSON datasets with custom conditions
- Sort and slice array data
- Transform data with map, flatten, and grouping operations
- Perform string and numeric operations on JSON fields
- Calculate aggregations like sum and statistics
Best for
Data analysts working with JSON APIsDevelopers processing structured data feedsAutomating data extraction and transformation tasks
Extended JSONPath with 20+ operationsWorks with remote JSON URLs
Tools (2)
query
Query JSON data using JSONPath syntax
filter
Filter JSON data using conditions