package
1.0.0
Repository: https://github.com/jinycoo/jinygo.git
Documentation: pkg.go.dev

# Functions

WriteJSON marshals the given interface object and writes it with custom ContentType.
WriteMsgPack writes MsgPack ContentType and encodes the given interface object.
WriteString writes data according to its format and write custom ContentType.

# Structs

Data contains ContentType and bytes data.
JSON contains the given interface object.
JsonpJSON contains the given interface object its callback.
MsgPack contains the given interface object.
ProtoBuf contains the given interface object.
Reader contains the IO reader and its length, and custom ContentType and other headers.
Redirect contains the http request reference and redirects status code and location.
String contains the given interface object slice and its format.
XML contains the given interface object.
YAML contains the given interface object.

# Interfaces

Render interface is to be implemented by JSON, XML, HTML, YAML and so on.