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
Hi,
Is it it save to reuse json_tokener object across (non-concurrent, but successive) to json_tokener_parse_ex() or one must issue json_tokener_free() between each call to json_tokener_parse_ex()?