gin/render
Bo-Yi Wu ce670a6497 refactor(json): make jsonite optional with build tags (#1026)
* refactor(json): Restore gin support for app engine

Create new folder to support multiple json package.
restore gin support for app engine (disable jsonite through tags)

use jsoniter

$ go build -tags=jsoniter .

use default json

$ go build .

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* rename json file.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* docs(json): add build tags document.

* fix(docs): markdown format.

* fix(json): missing space.
2017-07-18 23:01:29 +02:00
..
data.go Fix #198 (#781) 2017-01-09 16:24:48 +01:00
html.go Separate type define (#983) 2017-07-06 07:59:27 -05:00
json.go refactor(json): make jsonite optional with build tags (#1026) 2017-07-18 23:01:29 +02:00
msgpack.go Added support for MessagePack binding and rendering (#808) 2017-02-23 22:08:37 +08:00
redirect.go Fix #198 (#781) 2017-01-09 16:24:48 +01:00
render_test.go feat: add SecureJSON func to prevent json hijacking 2017-07-08 01:21:30 +08:00
render.go fix(render): remove repeated static check. (#998) 2017-07-10 01:45:19 -05:00
text.go Fix #198 (#781) 2017-01-09 16:24:48 +01:00
xml.go Fix #198 (#781) 2017-01-09 16:24:48 +01:00
yaml.go Fix #198 (#781) 2017-01-09 16:24:48 +01:00