package
0.0.0-20240610131617-93c79097b509
Repository: https://github.com/juanjitech/jin.git
Documentation: pkg.go.dev

# Functions

WriteJSON marshals the given interface object and writes it with custom ContentType.

# Structs

AsciiJSON contains the given interface object.
IndentedJSON contains the given interface object.
JSON contains the given interface object.
JsonpJSON contains the given interface object its callback.
PureJSON contains the given interface object.
SecureJSON contains the given interface object and its prefix.
YAML contains the given interface object.

# Interfaces

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