Simple and Easy-To-Use JSON Parser in C

This article introduces the JSON parser of the open-source C library Melon.

I believe many readers have heard of or even used the cJSON. It is a very famous open-source project. In this article, we will compare cJSON and Melon’s JSON component.

CategoriesUncategorized