Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 457 Bytes

jsonstream

A fast streaming parser for JSON.

Github Workflow

Features:

  • Parse or serialize JSON string to/from Java object;
  • Validate JSON when converting to JavaBean;
  • Customize type support;
  • Customize serialization;
  • Simple API.

Read more at https://www.liaoxuefeng.com/article/994977272296736