Interface JsonBuffer


public interface JsonBuffer
A buffer of JSON events.
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.json.stream.JsonParser
    Get the contents of this buffer as a JSON parser.
  • Method Details

    • asParser

      jakarta.json.stream.JsonParser asParser()
      Get the contents of this buffer as a JSON parser. Can be called multiple times.