You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i am trying to iterate over array of structs. There are 3 elements and i can iterate over it in for() { printf() } loops, but i can't get json_printf_array() to call custom struct handler for each element. Any ideas what is wrong with my code? Causes segfault.
Hello,
i am trying to iterate over array of structs. There are 3 elements and i can iterate over it in
for() { printf() }
loops, but i can't getjson_printf_array()
to call custom struct handler for each element. Any ideas what is wrong with my code? Causes segfault.The text was updated successfully, but these errors were encountered: