Registry / serialization / dhowett-go-plist

dhowett-go-plist

JSON →
library1.0.1gogounverified

Encoding and decoding of Apple's property list format (plain text, XML, binary).

go get github.com/DHowett/go-plist
INSTALL
IMPORT
SIG · DHOWETT-GO-PLIST
D
dhowett-go-plist
serializationgov1.0.1
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.

plist
github.com/DHowett/go-plist

Unmarshal a plist file.

package main import ( "fmt" "github.com/DHowett/go-plist" ) func main() { var data interface{} _, err := plist.Unmarshal([]byte("..."), &data) fmt.Println(err) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
dhowett-go-plist — go get dhowett-go-plist · libregistry