Menu

Tree [b63031] main v0.0.2 /
 History

HTTPS access


File Date Author Commit
 GoEasyJson.log 4 days ago 中国人张莽 中国人张莽 [190387] Update: fixed some bugs.
 LICENSE 5 days ago 中国人张莽 中国人张莽 [45677b] Initial commit
 README.md 4 days ago 中国人张莽 中国人张莽 [4a6bd7] Update: fixed bugs.
 address.json 5 days ago 中国人张莽 中国人张莽 [b59def] A fast Json server created by Golang
 downloadUpgrade.go 4 days ago 中国人张莽 中国人张莽 [182f25] Update: Add auto generate json format file
 go.mod 4 days ago 中国人张莽 中国人张莽 [182f25] Update: Add auto generate json format file
 go.sum 4 days ago 中国人张莽 中国人张莽 [182f25] Update: Add auto generate json format file
 goeasyjson.exe 4 days ago 中国人张莽 中国人张莽 [b63031] Update: Add help descrition
 goeasyjsonLinuxVersion 4 days ago 中国人张莽 中国人张莽 [190387] Update: fixed some bugs.
 logistics.json 5 days ago 中国人张莽 中国人张莽 [b59def] A fast Json server created by Golang
 logrusConfigInit.go 4 days ago 中国人张莽 中国人张莽 [190387] Update: fixed some bugs.
 main.go 4 days ago 中国人张莽 中国人张莽 [b63031] Update: Add help descrition
 newVersionCheck.go 4 days ago 中国人张莽 中国人张莽 [190387] Update: fixed some bugs.
 results.json 4 days ago 中国人张莽 中国人张莽 [182f25] Update: Add auto generate json format file
 telephone.json 5 days ago 中国人张莽 中国人张莽 [b59def] A fast Json server created by Golang
 test.json 4 days ago 中国人张莽 中国人张莽 [190387] Update: fixed some bugs.
 test2.json 4 days ago 中国人张莽 中国人张莽 [190387] Update: fixed some bugs.
 test3.json 4 days ago 中国人张莽 中国人张莽 [190387] Update: fixed some bugs.
 test4.json 5 days ago 中国人张莽 中国人张莽 [b59def] A fast Json server created by Golang
 test5.json 5 days ago 中国人张莽 中国人张莽 [b59def] A fast Json server created by Golang
 test8.json 4 days ago 中国人张莽 中国人张莽 [182f25] Update: Add auto generate json format file

Read Me

GoEasyJson

A fast Json server created by Golang (Excellent program lanaguage)

Main function:

  1. Cross platform, Windows and Linux version.
  2. Add logrus to log each steps and json response results.
  3. Auto upgrade to new version.
  4. One running file, need not any support environment.
  5. Just put your json file into the same directory. GoEasyJson will watch files and auto create dynamic Json API and handlers.
  6. You can use parameter goeasyjson -port 8888 to customize your prefer port.
  7. Run goeasyjson -genjson sample.json -o results.json -qty 10000, it can auto generate Json format data according to your json format.
  8. Free

Auto upgrade:

image

Serve details:

image

Log file:

image