git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GSoC PATCH v2 0/2] json-writer: describe the jw_* functions
@ 2025-05-12  2:09 Lucas Seiki Oshiro
  2025-05-12  2:09 ` [GSoC PATCH v2 1/2] json-writer: add docstrings to " Lucas Seiki Oshiro
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Lucas Seiki Oshiro @ 2025-05-12  2:09 UTC (permalink / raw)
  To: git; +Cc: gitster, ps, karthik.188, Lucas Seiki Oshiro

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)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-05-14  2:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12  2:09 [GSoC PATCH v2 0/2] json-writer: describe the jw_* functions Lucas Seiki Oshiro
2025-05-12  2:09 ` [GSoC PATCH v2 1/2] json-writer: add docstrings to " Lucas Seiki Oshiro
2025-05-12  8:50   ` Patrick Steinhardt
2025-05-13 22:05     ` Lucas Seiki Oshiro
2025-05-14  2:41       ` Patrick Steinhardt
2025-05-12  9:36   ` Karthik Nayak
2025-05-12  2:09 ` [GSoC PATCH v2 2/2] json-writer: describe the usage of " Lucas Seiki Oshiro
2025-05-12  8:50   ` Patrick Steinhardt
2025-05-12  9:41   ` Karthik Nayak
2025-05-13 22:22     ` Lucas Seiki Oshiro
2025-05-14  2:40       ` Patrick Steinhardt
2025-05-12  8:49 ` [GSoC PATCH v2 0/2] json-writer: describe the " Karthik Nayak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).