All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.avaje.json.stream.BufferedJsonWriter Maven / Gradle / Ivy

There is a newer version: 3.0-RC5
Show newest version
package io.avaje.json.stream;

import io.avaje.json.JsonWriter;

/**
 * Provides a JsonWriter optimised for returning json as string content.
 */
public interface BufferedJsonWriter extends JsonWriter {

  /**
   * Return result as json string content.
   */
  String result();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy