Interface BytesJsonWriter

All Superinterfaces:
AutoCloseable, Closeable, Flushable, JsonWriter

public interface BytesJsonWriter extends JsonWriter
JsonWriter optimised for returning json as byte array.
  • Method Details

    • result

      byte[] result()
      Return the json result as byte array.