Registry / serialization / chronokeeper-anyxml

chronokeeper-anyxml

JSON →
library0.0.0-20160530174208-54457d8e98c6gogounverified

A Go package that marshals XML from almost any Go variable, including maps and slices.

go get github.com/Chronokeeper/anyxml
INSTALL
IMPORT
SIG · CHRONOKEEPER-ANYXM
C
chronokeeper-anyxml
serializationgov0.0.0-20160530174208-54457d8e98c6
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.

anyxml
github.com/Chronokeeper/anyxml

Marshal a map to XML.

package main import ( "fmt" "github.com/Chronokeeper/anyxml" ) func main() { data := map[string]interface{}{"name": "Alice"} xml, _ := anyxml.Xml(data) fmt.Println(string(xml)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160530174208-54457d8e98c6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
chronokeeper-anyxml — go get chronokeeper-anyxml · libregistry