jiq 3.21.0

Interactive JSON query tool with real-time output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod app_events;
mod app_render;
mod app_state;
mod mouse_click;
mod mouse_events;
mod mouse_hover;
mod mouse_scroll;

#[cfg(test)]
mod app_render_tests;

// Re-export public types
pub use app_state::{App, Focus, OutputMode};