jread icon indicating copy to clipboard operation
jread copied to clipboard

Lightning fast JSON parser.

jread Build license

Lightning fast JSON parser. Inspired by js0n.

  • Single pass, validating push parser
  • Computed goto tables for efficiant dispatching
  • Convenient user_data pointer allows single handler to be used for multiple parser instances
  • UTF-8 support