Abusing C to implement JSON parsing with struct methods
(xnacly.me)
Build a JSON parser in cInstead of using by itself functions: attach functions to a struct and use these as methodsmake it C issue family free (segfaults, leaks, stack overflows, etc…)provide an ergonomic API
Build a JSON parser in cInstead of using by itself functions: attach functions to a struct and use these as methodsmake it C issue family free (segfaults, leaks, stack overflows, etc…)provide an ergonomic API