We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it worth to add argonaut?
import argonaut._, Argonaut._ case class Person(name: String, age: Int, things: List[String]) implicit def PersonCodecJson = casecodec3(Person.apply, Person.unapply)("name", "age", "things") val person = Person("Bam Bam", 2, List("club")) val json: Json = person.asJson
What do you guys think?
The text was updated successfully, but these errors were encountered:
And what if we put this issue in low priority, and if we haven't the time to include Argonaut's examples in this XKE, it will be the next one ?
Sorry, something went wrong.
I agree
No branches or pull requests
Is it worth to add argonaut?
What do you guys think?
The text was updated successfully, but these errors were encountered: