-
-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
I see there’s a jsoniter-scala-circe module, but for me it’s not clear how it actually integrates with Circe.
Does it transparently replace Circe’s encoders/decoders and parser/printer implementations, or do I need to explicitly use something from jsoniter-scala?
Also, can I reuse my existing Circe Encoder/Decoder instances with jsoniter-scala for faster serialization/deserialization, or do I have to define new codecs?