#Serializing a structure to JSON

1 messages · Page 1 of 1 (latest)

fathom tundra
#

I wonder how that is done in Zig

#

Basically, I have a structure that is containing structures etc, and I would like to output it in a JSON format, are there any libraries for Zig or something around ?

mild wave
#

see the documentation for std.json

fathom tundra
#

thank you

#

SO MUCH