Hi! Given that my GSoC project will need the json-writer module for serializing JSON data, I studied this module and I thought it would be a nice contribution to make it a little more clear on how to use it. This will be helpful for me and I hope that it will also be for anyone who want to write JSON inside Git. The main difference in this v2 is the second commit which provides an overview on how to use the functions of this module, telling which one should be used for each use case. Perhaps only this usage overview is enough, but I'm open for suggestions! PS: this is the first patchset that I'm sending after being approved in GSoC, so this is also the first one with Mentored-by :-) Lucas Seiki Oshiro (2): json-writer: add docstrings to jw_* functions json-writer: describe the usage of jw_* functions json-writer.h | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) -- 2.39.5 (Apple Git-154)