Skip to main content

Node

Type Alias Node 

Source
pub type Node = Map<String, Value>;
Expand description

A node is a JSON object.

Aliased Typeยง

pub struct Node { /* private fields */ }