egui_json_tree icon indicating copy to clipboard operation
egui_json_tree copied to clipboard

An interactive JSON tree visualiser for egui, with search and highlight functionality.

Results 1 egui_json_tree issues
Sort by recently updated
recently updated
newest added

Once `egui_kittest` is published, it would be great to use it for: - Implementing tests that don't rely on the `on_render` render hook, - Testing click interactions with the `JsonTree`,...

enhancement