https://github.com/facelessuser/serializeddataconverter
Convert between serialized data formats (plist | json | yaml)
https://github.com/facelessuser/serializeddataconverter
Last synced: 4 months ago
JSON representation
Convert between serialized data formats (plist | json | yaml)
- Host: GitHub
- URL: https://github.com/facelessuser/serializeddataconverter
- Owner: facelessuser
- License: other
- Created: 2013-11-06T15:33:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T02:26:19.000Z (about 10 years ago)
- Last Synced: 2025-03-27T08:01:45.371Z (over 1 year ago)
- Language: Python
- Size: 567 KB
- Stars: 27
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[![Unix Build Status][travis-image]][travis-link]
![License][license-image]
# SerializedDataConverter
Convert between serialized data formats (plist | bplist | json | yaml)

# Third Party Libraries
- pyyaml: https://github.com/yaml/pyyaml
- plistlib: Sublime Text 3 currently uses Python 3.3, but Python 3.4 has a new version of plistlib that handles binary plists. To get this functionality, we dropped the [Python 3.4 plistlib](https://hg.python.org/cpython/file/3.4/Lib/plistlib.py) directly into the plugin with minor changes to get it working in Python 3.3. Eventually this will be removed if Sublime moves to Python 3.4.
# Documentation
http://facelessuser.github.io/SerializedDataConverter/
# License
MIT except for PYYAML and plistlib. See LICENSE for more info.
[travis-image]: https://img.shields.io/travis/facelessuser/SerializedDataConverter/master.svg
[travis-link]: https://travis-ci.org/facelessuser/SerializedDataConverter
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg