Expand description
jiq library - Interactive JSON query tool
This library exposes the core functionality of jiq for testing purposes.
Re-exports§
pub use app::App;pub use app::Focus;pub use app::OutputMode;pub use config::Config;
Modules§
- ai
- AI Assistant module for jiq
- app
- autocomplete
- clipboard
- config
- editor
- error
- help
- history
- input
- json
- JSON utility functions
- layout
- Layout module for tracking UI component regions
- notification
- query
- results
- scroll
- search
- snippets
- stats
- Stats module for computing and displaying result statistics
- syntax_
highlight - Syntax highlighting for jq query expressions.
- theme
- Centralized theme configuration for all UI components.
- tooltip
- widgets