Interface JsonParser


public interface JsonParser
A json parser
Author:
Riccardo Balbo
  • Method Summary

    Modifier and Type
    Method
    Description
    Parse a json input stream and returns a JsonObject
  • Method Details

    • parse

      JsonObject parse(InputStream stream)
      Parse a json input stream and returns a JsonObject
      Parameters:
      stream - the stream to parse
      Returns:
      the JsonObject