On Tue Jan 14 07:31:56 2025 +0000, Rémi Bernon wrote:
Regarding using a library, I would have considered adding cJSON to libs/ but we actually need to parse WCHAR strings, which it doesn't do. And JSON should hopefully be simple enough to implement our own parser.
Yeah, cJSON was what I was going to suggest, but I didn't know it doesn't parse WCHAR strings. Fortunately, the JSON I've seen so far has been simple so there's not really a need for a library now.