bingostack / ffjson-demo

Demo using ffjson to replace encoding/json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffjson-demo

Demo using ffjson to replace encoding/json, example code for this blog.

The example is changed from Go by Example: JSON.

structure

  • main.go, the main function
  • idl/ffjson, *.go and *_ffjson.go(generated by ffjson)
  • vendor or Godeps, dependencies generated by godep

How to run

Using godep

godep go run main.go

No godep

  1. Install ffjson
  2. go run main.go

About

Demo using ffjson to replace encoding/json


Languages

Language:Go 100.0%