Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snoyberg/data-object-yaml
Serialize data to and from Yaml files
https://github.com/snoyberg/data-object-yaml
Last synced: 8 days ago
JSON representation
Serialize data to and from Yaml files
- Host: GitHub
- URL: https://github.com/snoyberg/data-object-yaml
- Owner: snoyberg
- License: other
- Created: 2010-01-12T13:08:27.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-01-21T17:11:52.000Z (almost 13 years ago)
- Last Synced: 2024-05-08T20:16:23.619Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 218 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
= data-object-yaml
Serialize data to and from YAML files.
== Usage
See documentation in Data/Object/Yaml.hs
== Installation
This package is available on hackage
cabal install data-object-yaml
== Status
This library is used in the Yesod web framework, and is considered stable and production ready.