pub type Node = Map<String, Value>;
A node is a JSON object.
pub struct Node { /* private fields */ }