-
This would be really convient in a ScalaJs context. Native JS classes defined in Scala can't be `case` classes. Frequently, I want to transform native JS classes to my own internal case classes in o…
-
Currently, if a field of the top-level ADT has reference to another ADT, than both ADTs should be materialized recursively.
Please, see the following line for a use case: https://github.com/plokhotny…
-
Hi, I'm trying to use this library to derive encoders for the crossref API.
`Exception in thread "main" java.lang.ClassCastException: java.lang.Integer cannot be cast to scala.collection.Seq`
i…
-
Hello!
I have observed the behavior that seems like a bug to me. Tested on latest master (9bd990c). It seems like the problem is in the way the `checkReqVars` works with the bitpacking. Will be happy…
-
Searching of artifacts of our project https://search.maven.org/beta/search?q=g:com.github.plokhotnyuk.jsoniter-scala%20AND%20a:macros_2.11&core=gav returns a list of them with broken links like: https…
-
I tried a few search results and am very disapointed by the results... is scaladex broken right now?
- json => giving me random libraries rather than the big hitters like: argonaut, circe, spray-js…
-
I released v0.2 yesterday here:
https://github.com/plokhotnyuk/jsoniter-scala
If I try get image by following link directly: https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros/latest.s…
-
JsonWriter uses sun.misc.Unsafe to mitigate 3x times of perf. degradation on String.charAt calls when iterating through ASCII strings during serialization.
But Unsafe is not avilable in GAE and th…
-
Got it in my tests for parsing of ADTs:
```
java.lang.NullPointerException was thrown.
java.lang.NullPointerException
at com.github.plokhotnyuk.jsoniter_scala.macros.CirceEncodersDecoders$anon$…
-
Use [scala-chart](https://github.com/wookietreiber/scala-chart) for automation of plotting of benchmark results