An open API service indexing awesome lists of open source software.

https://github.com/nguyentoanit/scala-json-libraries-comparison

Compare between Json Scala libraries
https://github.com/nguyentoanit/scala-json-libraries-comparison

compare examples json json-parser libraries scala

Last synced: 2 months ago
JSON representation

Compare between Json Scala libraries

Awesome Lists containing this project

README

          

# Scala Json Library Comparison
### Compare between Json Scala libraries:
- [Play JSon](https://github.com/playframework/play-json)
- [Jsoniter Scala](https://github.com/plokhotnyuk/jsoniter-scala)
- [Jackson](https://github.com/FasterXML/jackson-module-scala)
- [UPickle](http://www.lihaoyi.com/upickle/#GettingStarted)
- [spray-json](https://github.com/spray/spray-json)

### Test Environment
- OS: MacOS Mojave 10.14.4
- Device: MacBook Pro (15-inch, 2017)
- Processor: 2.8 GHz Intel Core i7
- Memory: 16 GB 2133 MHz LPDDR3
- JVM: 1.8
### Execution Time:

| Library | Play JSon | Jsoniter Scala | Jackson | uPickle | spray-json |
|----------------|-----------|----------------|---------|---------|------------|
| Execution Time | ~450ms | ~120ms | ~700ms | ~270ms | ~250ms |