-
`jsoniter-scala` instructs you to do the following:
```sbt
libraryDependencies ++= Seq(
// Use the %%% operator instead of %% for Scala.js and Scala Native
"com.github.plokhotnyuk.jsoniter-…
-
I was testing the behavior of Circe and Jsoniter by deriving the codecs for `Out` case class defined like this:
```scala
class NewType private (val value: Int)
object NewType {
def unsafe(valu…
-
Here's a simplified scenario. Any insight would be greatly appreciated.
```scala
import com.github.plokhotnyuk.jsoniter_scala.core.*
import com.github.plokhotnyuk.jsoniter_scala.macros.*
trai…
-
Hey,
Actually i am using `jsoniter-scala` lib but i am having situation like this
```
val jsonString1 = """{"name": "foo", "id": "2604"}"""
val jsonString2 = """{"name": "bar", "id": 2105…
-
Hi,
Is there a way to completely skip the serialization of an optional class field with a default value ?
As an example,
say I have a class Foo:
```scala
case class Foo(
name…
-
Not sure why, but jitpack seems to block indefinitely sometimes:
```text
$ cs get https://jitpack.io/com/github/plokhotnyuk/jsoniter-scala/jsoniter-scala-core_3.0.0-M3/2.6.4/jsoniter-scala-core_3.0.…
-
## Description
As of `itoa` 1.0+, it has significantly faster performance for some use-cases than lexical. Since we use our integer writers for float formatting, this could lead to noticeable perfo…
-
For some reason git started failing on checkout after I enabled [auto-commiting changes made by prettier ](https://github.com/creyD/prettier_action)
```
Fetching the repository
/usr/bin/git -c …
-
I'm writing a client in Scala 3 for a database that uses rest endpoints and I want to represent the requests internally using case classes which also include sealed traits/enum:
```
enum ServiceRequ…
-
## Reproduction steps
Scala version: I'm able to reproduce it in both 3.4.2 and 3.5.0-RC1 (I was running with 3.5.0-RC1, but went back to 3.4.2 to see if it still happened there.
It's a very compl…