is the Json class (created with ```Json { allowStr...
# serialization
b
is the Json class (created with
Copy code
Json { allowStructuredMapKeys = true }
) thread safe? especially this call
Copy code
json.encodeToString(someData)
v
Yes, Json instances are generally thread-safe