[done] Is PB JSON implementation thread-safe?
Posted: Fri Aug 18, 2017 8:49 am
I just wanted to use the built-in JSON functions, but functions like JSONErrorLine(), JSONErrorMessage() and JSONErrorPosition() do not accept any parameter.
How do I get the right text for the thread reliably? Or is the function itself thread-safe? So an error is not overwriting the results of a previous error in another thread? The documentation does not mention thread-safety for the JSON functions at all...
How do I get the right text for the thread reliably? Or is the function itself thread-safe? So an error is not overwriting the results of a previous error in another thread? The documentation does not mention thread-safety for the JSON functions at all...