We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694129b commit 97826eaCopy full SHA for 97826ea
1 file changed
src/json_data.rs
@@ -13,7 +13,7 @@ use derive_more::{From, TryInto};
13
#[cfg(feature = "json")]
14
use serde::{Deserialize, Serialize};
15
16
-/// The `"unit"` field and the `"tree"` field of [`JsonData`].
+/// The `"unit"` field of [`JsonData`] and the root node of the tree.
17
#[derive(Debug, Clone, From, TryInto)]
18
#[cfg_attr(feature = "json", derive(Deserialize, Serialize))]
19
#[cfg_attr(feature = "json", serde(tag = "unit", content = "tree"))]
0 commit comments