Package 

Enum JSONBoolean

  • All Implemented Interfaces:
    io.kjson.JSONPrimitive , io.kjson.JSONValue , java.io.Serializable , kotlin.Comparable

    
    public enum JSONBoolean
    extends Enum<JSONBoolean> implements JSONPrimitive<Boolean>
                        

    A JSON boolean value.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class JSONBoolean.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Boolean value
      private final String name
      private final Integer ordinal
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FALSE
      TRUE
    • Method Summary

      Modifier and Type Method Description
      String toJSON()
      Unit appendTo(AppendableĀ a)
      String toString()
      Boolean getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class io.kjson.JSONPrimitive

        coOutput, output
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait