Upload JSON files, apply custom filter functions, and analyze your data in real-time
Drag & drop your JSON file here
or
example.json
0 KB
Your JSON file should contain an array of objects with hasText (boolean) and tokens (array of objects with id and piece) properties.
Write an arrow function to filter your data. Example:
The app will automatically calculate and display counts for objects where hasText is true and false that pass your filter.
0
Objects matching filter
0
Objects matching filter
Enter a filter function and upload a JSON file to see results