Storing a parsed JSON file into a struct array using a function?
I’m trying to build a client/server application that, on the client side, establishes a TCP connection and sends a parsed JSON file through a char buffer. But first, I need to parse the JSON file, which I am doing using the Jansson library and storing into an array of structs. This is my struct: