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
Issue Title: Enhance search with next/previous navigation and filters
Description:
Improve the existing search feature by allowing users to jump between matches (next/previous) and optionally filter by key, value, or data type.
Tasks:
Add "Next" / "Previous" navigation for search results.
Optionally add filters: search in keys, values, or both.
Optionally add filter by data type (string, number, bool, etc.).
Make the current match clearly highlighted.
Ensure performance is acceptable for medium/large JSON.
Enhance search with next/previous navigation and filtersImprove the existing search feature by allowing users to jump between matches (next/previous) and optionally filter by key, value, or data type.