An open API service indexing awesome lists of open source software.

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

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`.