Skip to content
Borislav Iordanov edited this page Jul 4, 2016 · 1 revision

The mJson library is not thread safe. A thread-safe drop-in implementation can be provided through a custom factory, but the default implementation assumes a single threaded use.

The best way to avoid multi-threading issues is to copy a JSON structure for use in another thread via the dup method.

Clone this wiki locally