Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 590 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 590 Bytes

mjson - a JSON parser + emitter + JSON-RPC engine

Build Status License: MIT

Features

  • Tiny footprint, single-file ISO C / ISO C++ library
  • State machine parser, no allocations, no recursion
  • High level API - fetch from JSON directly into C/C++ by jsonpath
  • Low level SAX API
  • Flexible JSON generation API - print to buffer, file, socket, etc