jim icon indicating copy to clipboard operation
jim copied to clipboard

Immediate Mode JSON Serialization Library in C

Results 7 jim issues
Sort by recently updated
recently updated
newest added

jim_begin() cleans up the state. jim_end() closes dangling scopes.

blocked

This PR fixes #5 Throw a `JIM_SCOPE_MISMATCH` error if we try to close an array scope with `jim_object_end()` and vice versa.

Hi @rexim :wave: I came across this library while I was watching your youtube video on implementing GC in C (awesome video btw). And thought I'd check it out :)...