//
pkg.gl
Category
github.com/thep0y/predator
json
package
0.1.6
Repository:
https://github.com/thep0y/predator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
15 SLOC
#
Functions
Marshal
No description provided by the author
ParseJSON
No description provided by the author
Unmarshal
Unmarshal 对于爬虫,反序列化是浪费资源的事, 应尽量使用 gjson 完成对 json 的解析,实在无法 用 gjson 解析时,再用此方法进行反序列化。 这里使用性能更高的第三方库完成反序列化。.
UnmarshalFromString
No description provided by the author