Package javax.json
Interface JsonWriter
- All Superinterfaces:
AutoCloseable
,Closeable
Write a JsonObject, JsonArray JsonStructure or more generic
a JsonValue to the output.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
write
(JsonStructure value) default void
void
writeArray
(JsonArray array) void
writeObject
(JsonObject object)
-
Method Details
-
writeArray
-
writeObject
-
write
-
write
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-