|
json-gen-c
0.1.5
json-gen-c generate C code for json manipulation
|
Thread-safe JSON parsing context This structure replaces global variables to ensure thread safety. More...
#include <json_context.h>

Public Attributes | |
| struct json_field_offset_item * | field_offset_items |
| int * | entry_hash |
| int | entry_hash_size |
| int | item_count |
| pthread_mutex_t | mutex |
Thread-safe JSON parsing context This structure replaces global variables to ensure thread safety.
| int* json_context::entry_hash |
Hash table for field lookups
| int json_context::entry_hash_size |
Size of hash table
| struct json_field_offset_item* json_context::field_offset_items |
Field offset items array
| int json_context::item_count |
Number of field offset items
| pthread_mutex_t json_context::mutex |
Mutex for thread safety