Binary package “libjsonparser1.1” in ubuntu focal

Very low footprint JSON parser written in portable ANSI C

 It's a very low footprint JSON parser written in portable ANSI C. Features
 include:
  * 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++