Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsoniter-scala support #1246

Closed
borissmidt opened this issue Jan 8, 2022 · 3 comments
Closed

jsoniter-scala support #1246

borissmidt opened this issue Jan 8, 2022 · 3 comments

Comments

@borissmidt
Copy link
Contributor

I see that you have support for a lot of Json libraries.
Tapir seems to have support for json-iter but sttp does not implement it yet.
It seems it is rather easy to implement a new json implementation so i wouldn't mind giving it a try.

@adamw
Copy link
Member

adamw commented Jan 8, 2022

Sure, go ahead :)

@plokhotnyuk
Copy link

Currently jsoniter-scala supports JVM and Scala.JS for 2.11, 2.12, 2.13, and 3 versions of Scala, so it should be easy to integrate it with sttp.

Please prefer parsing and serialization of UTF-8 encoded payload from/to Array[Byte], not String for better efficiency.

@Pask423
Copy link
Contributor

Pask423 commented Jan 24, 2022

Implemented in #1248

@Pask423 Pask423 closed this as completed Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants