Skip to content

Commit 044f3b1

Browse files
authored
Update 2022-11-10-fabric.md
No direct contrasting to other libs
1 parent 6b20af6 commit 044f3b1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

collections/_posts/2022-11-10-fabric.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ author: Matt Hicks
99
---
1010

1111
I 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

1715
Once I wrote the library I wanted to do some sanity-checking to make sure the performance wasn't substantially worse
1816
than the existing solutions. Much to my surprise, the initial performance was generally faster than Circe or uPickle.

0 commit comments

Comments
 (0)