Class JSONNull


  • public class JSONNull
    extends JSONValue
    JSON null.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static JSONNull NULL
      null value.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private JSONNull()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addTo​(JSONTarget<?> target)
      Appends this value to the specified target.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • NULL

        public static final JSONNull NULL
        null value.
    • Constructor Detail

      • JSONNull

        private JSONNull()
    • Method Detail

      • addTo

        public void addTo​(JSONTarget<?> target)
        Description copied from class: JSONValue
        Appends this value to the specified target.
        Specified by:
        addTo in class JSONValue
        Parameters:
        target - the target