Open
Description
Hello
I'm working on queuing MQTT messages in the absence of internet and I ran into a problem writing a file to disk, my input is
{"three":2,"two":2,"one":2}
when I use function json_vfprintf
the data stored on the disk looks like this
{""three"":1,""two"":1,""one"":1}
which is incompatible with JSON
Is it possible to call the function so that it doesn't add another " to the JSON or in somehow delete extra " from file ?
Metadata
Metadata
Assignees
Labels
No labels