Registry / serialization / kataras-go-serializer-v0

kataras-go-serializer-v0

JSON →
library0.0.4gogounverified

A serialization package for Go that supports JSON, XML, Markdown, and other formats, used by Iris and Q web frameworks.

go get gopkg.in/kataras/go-serializer.v0
INSTALL
IMPORT
SIG · KATARAS-GO-SERIALI
K
kataras-go-serializer-v0
serializationgov0.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

serializer
gopkg.in/kataras/go-serializer.v0

Serializes a map to JSON using the serializer package.

package main import ( "fmt" "gopkg.in/kataras/go-serializer.v0" ) func main() { data := map[string]string{"key": "value"} jsonBytes, err := serializer.Marshal(data, serializer.JSON) if err != nil { panic(err) } fmt.Println(string(jsonBytes)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kataras-go-serializer-v0 — go get kataras-go-serializer-v0 · libregistry