json-parser 1.1.0 JSON parser written in ANSI C

This package provides a very low footprint JSON parser written in portable ANSI C.

  • BSD licensed with no dependencies (i.e. just drop the C file into your project)

  • Never recurses or allocates more memory than it needs

  • Very simple API with operator sugar for C++