spray / spray-json

A lightweight, clean and simple JSON implementation in Scala
Apache License 2.0
969 stars 190 forks source link

Is JsonParser thread safe? #332

Open kamelzcs opened 4 years ago

kamelzcs commented 4 years ago

Under the hood, JsonParser(source) will new one instance for each call, so I think it is thread safe. Please let me know if my understanding is incorrect.