File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ author: Matt Hicks
99---
1010
1111I know what you're thinking! "A new JSON library? Why? Don't we have plenty of those?" Well, the short answer is a
12- resounding yes, but this library was born of the frustrations felt using those existing libraries. Don't get me wrong,
13- there are some great JSON libraries in Scala and it's not my purpose to disparage them. However, I assume others found
14- the same frustrations I did with the existing libraries. This library benefited a great deal from the things I liked
15- about the existing libraries and I went to great pains to make sure it didn't suffer from the same downsides they did.
12+ resounding yes, but the idea of this library is simplicity and convenience. This library benefited a great deal from the things I liked
13+ about the existing libraries, but hopefully offers some convenience features and simplifications that are entirely new.
1614
1715Once I wrote the library I wanted to do some sanity-checking to make sure the performance wasn't substantially worse
1816than the existing solutions. Much to my surprise, the initial performance was generally faster than Circe or uPickle.
You can’t perform that action at this time.
0 commit comments