Cargo Features

[dependencies]
egui_json_tree = { version = "0.5.1", default-features = false, features = ["serde_json", "simd_json"] }
default = serde_json

The serde_json feature is set by default whenever egui_json_tree is added without default-features = false somewhere in the dependency tree.

serde_json default

Enables serde_json

simd_json

Enables simd-json

egui_json_tree has 3 features without comments.