java.lang.Object
de.monticore.symboltable.serialization.json.JsonNull
All Implemented Interfaces:
JsonElement

public class JsonNull extends Object implements JsonElement
Represents a Json null, which is a value type in Json. This class exists for reasons of completeness, but you should avoid using it (cf. Hoare's "billion-dollar mistake")