Old-style ASCII property lists parser.
-
Add the dependency to your
shard.yml
:dependencies: nsplist: github: gemmaro/nsplist
-
Run
shards install
require "nsplist"
NSPlist.parse(source) #=> property list data
crystal spec
for testing, and crystal docs
to generate an API documentation.
- Fork it (https://github.com/gemmaro/nsplist/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
There are several related works on the property list parsing. For parsing the property lists in the XML format, there is a plist-cr libarry.
- gemmaro - creator and maintainer