Registry / serialization / beego-x2j

beego-x2j

JSON →
library0.0.0-20131220205130-a0352aadc542gogounverified

XML to JSON conversion library.

go get github.com/beego/x2j
INSTALL
IMPORT
SIG · BEEGO-X2J
B
beego-x2j
serializationgov0.0.0-20131220205130-a0352aadc542
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.

x2j
github.com/beego/x2j

Convert XML to JSON

package main import ( "fmt" "github.com/beego/x2j" ) func main() { xml := `<root><item>value</item></root>` json, _ := x2j.XmlToJson([]byte(xml)) fmt.Println(string(json)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20131220205130-a0352aadc542latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Amazon
1
Perplexity
1
OpenAI (training)
1
Resources
beego-x2j — go get beego-x2j · libregistry