upgrade deps; rewrite smtp session
This commit is contained in:
2
vendor/github.com/buger/jsonparser/README.md
generated
vendored
2
vendor/github.com/buger/jsonparser/README.md
generated
vendored
@@ -1,5 +1,5 @@
|
||||
[](https://goreportcard.com/report/github.com/buger/jsonparser) 
|
||||
# Alternative JSON parser for Go (so far fastest)
|
||||
# Alternative JSON parser for Go (10x times faster standard library)
|
||||
|
||||
It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to **10 times faster** than standard `encoding/json` package (depending on payload size and usage), **allocates no memory**. See benchmarks below.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user