You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ I love simplicity and prefer to avoid external dependecies. `encoding/json` requ
9
9
I investigated what's on the market and found that most libraries are just wrappers around `encoding/json`, there is few options with own parsers (`ffjson`, `easyjson`), but they still requires you to create data structures.
10
10
11
11
12
-
Goal of this project is to push JSON parser to the performance limits and not sucrifice with compliance and developer user experience.
12
+
Goal of this project is to push JSON parser to the performance limits and not sacrifice with compliance and developer user experience.
13
13
14
14
## Example
15
15
For the given JSON our goal is to extract the user's full name, number of github followers and avatar.
0 commit comments