Skip to content

Replace cJSON with another JSON library #580

Open
@tristan957

Description

@tristan957

Description

Problems with cJSON:

  1. Undermaintained
  2. "Lots" of allocations (how big of an issue is this? not sure)
  3. Will leak memory depending on which cJSON APIs you use

Alternatives:

  1. yyjson
  2. jansson
  3. Wrap a C++ JSON library to create a C library

cc @alexttx

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions