Interface JsonIterParser<T>


public interface JsonIterParser<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    parse(byte[] json)
     
    default T
    parse(byte[] buf, int head, int tail)
     
    default T
    parse(InputStream in, int bufSize)
     
    default T