-
- All Implemented Interfaces:
public interface JSONValueInterface to represent a JSON value.
-
-
Method Summary
Modifier and Type Method Description abstract UnitappendTo(Appendable a)StringtoJSON()Unitoutput(IntConsumer out)UnitcoOutput(SuspendFunction1<Character, Unit> out)-
-
Method Detail
-
appendTo
abstract Unit appendTo(Appendable a)
-
output
Unit output(IntConsumer out)
-
coOutput
Unit coOutput(SuspendFunction1<Character, Unit> out)
-
-
-
-