Named JSON entries - these also have a RawRType assigned to them.

interface NamedJsonEntry {
    content: JsonEntry;
    name: RawRType;
}

Properties

Properties

content: JsonEntry
name: RawRType