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
We already support custom allocators in json-parser, but json-builder currently requires everything to go through malloc/calloc/realloc/free. We'll need to change or extend the json-builder API set to support custom allocators too.
We already support custom allocators in json-parser, but json-builder currently requires everything to go through malloc/calloc/realloc/free. We'll need to change or extend the json-builder API set to support custom allocators too.