https://github.com/dhowden/plist
Go package for parsing Apple .plist XML files
https://github.com/dhowden/plist
go plist
Last synced: 3 months ago
JSON representation
Go package for parsing Apple .plist XML files
- Host: GitHub
- URL: https://github.com/dhowden/plist
- Owner: dhowden
- License: bsd-3-clause
- Created: 2014-10-02T10:51:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T11:02:21.000Z (about 11 years ago)
- Last Synced: 2025-04-03T18:13:43.858Z (6 months ago)
- Topics: go, plist
- Language: Go
- Homepage:
- Size: 117 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#plist Parser
This is a fork of the `plist` package from rsc's Google Code Repo: [https://code.google.com/p/rsc/source/browse/#hg%2Fplist](https://code.google.com/p/rsc/source/browse/#hg%2Fplist)
A Go package for parsing Apple `.plist` XML files.
## Changes
- Support for `` tag.
- Support for unmarshalling `` tags into a `map[String]Value`.