github.com/gemmaro/nsplist
0.1.1 / published Apr 9, 2024 / repository
nsplist is a Crystal library for parsing the old-style ASCII property lists.
nsplist
Old-style ASCII property lists parser.
Installation
-
Add the dependency to your
shard.yml:dependencies: nsplist: github: gemmaro/nsplist -
Run
shards install
Usage
require "nsplist"
NSPlist.parse(source) #=> property list data
Development
crystal spec for testing, and crystal docs to generate an API documentation.
Contributing
- 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
Related Works
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.
Contributors
- gemmaro - creator and maintainer
API
- NSPlist
Old-style ASCII property lists parser.