Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 447 Bytes

jsonstream

A fast streaming parser for JSON.

Build Status

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 http://jsonstream.itranswarp.com