JsonNode.Member

One ordered object member.

struct JsonNode
static
struct Member {
string key;
JsonNode value;
}