public interface JSONValue
Interface to represent a JSON value.
abstract Unit
appendTo(Appendable a)
String
toJSON()
Unit
output(IntConsumer out)
coOutput(SuspendFunction1<Character, Unit> out)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit appendTo(Appendable a)
String toJSON()
Unit output(IntConsumer out)
Unit coOutput(SuspendFunction1<Character, Unit> out)