NodeBuilder.addNull() as This NodeBuilder object
Add a null node to the node tree the builder is building.
const builder = new NodeBuilder(); builder.addNull(); builder.toNode(); // Returns a JSON null node