/mjson

C/C++ JSON parser, emitter, JSON-RPC engine for embedded systems

Primary LanguageCMIT LicenseMIT

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