json-iterator / java

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
http://jsoniter.com/
MIT License
1.51k stars 519 forks source link

空指针, com.jsoniter.output.JsonStream#flush #314

Closed zhangtianxiao closed 2 years ago

zhangtianxiao commented 2 years ago

调用路径

    public void flush() throws IOException {
        flushBuffer();
        out.flush();
    }

希望能在out.flush()前也做一下空判断