You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to filter JSON data before converting it into a table. For example, --filter name=john would only include objects where the name field is john.
Tasks:
Implement --filter option for key-value pair matching.
Support multiple filters (e.g., --filter name=john age=30).
Ensure filters work for nested fields if possible.