Interface JSONContext.Parser

Enclosing interface:
JSONContext

public static interface JSONContext.Parser
  • Method Summary

    Modifier and Type Method Description
    <T> T parse​(Reader reader, Class<T> type)