Package org.ujorm.tools.web.json
Class JsonWriter
java.lang.Object
org.ujorm.tools.web.json.JsonWriter
- All Implemented Interfaces:
Appendable
Simple JSON writer for object type of key-value.
- Author:
- Pavel Ponec
-
Method Summary
Modifier and TypeMethodDescriptionappend(char c) append(@NotNull CharSequence csq, int start, int end) append(CharSequence csq) @NotNull Appendableoriginal()
-
Method Details
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
original
-