fastjson
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
How to download and setup fastjson
Open terminal and run command
git clone https://github.com/valyala/fastjson.git
git clone is used to create a copy or clone of fastjson repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with fastjson https://github.com/valyala/fastjson/archive/master.zip
Or simply clone fastjson with SSH
[email protected]:valyala/fastjson.git