jiq 3.21.0

Interactive JSON query tool with real-time output
Documentation
1
2
3
4
5
6
7
//! AI rendering module
//!
//! Contains rendering logic for the AI assistant popup.

pub mod layout;
pub mod suggestions;
pub mod text;