zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.64k stars 778 forks source link

Doubt about the library #226

Open amolina-chargevite opened 2 years ago

amolina-chargevite commented 2 years ago

Hi,

I need to send from a MCU a char in JSON format. The JSON is always the same and only change the value of the variables. Could you indicate me which functions do I need to use to obtain the char that I need to send via serial port?

Thanks in advance.