JSON parser in firmware

Hi, I need to provision some configuration into module and I want to implement it using single topic accepting JSON data. Is there some library which can be used for parsing JSON in firmware?

Thanks for any hints :o)

Hello,

we use and would suggest jsmn.

We use this library in our Radio Dongle firmware (see usb_talk.c) to parse JSON communication.

2 Likes