https://github.com/billstclair/elm-versioned-json
A little help in versioning saved Json strings
https://github.com/billstclair/elm-versioned-json
Last synced: about 1 month ago
JSON representation
A little help in versioning saved Json strings
- Host: GitHub
- URL: https://github.com/billstclair/elm-versioned-json
- Owner: billstclair
- License: mit
- Created: 2016-11-14T01:26:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T04:06:09.000Z (over 3 years ago)
- Last Synced: 2025-03-02T19:43:05.443Z (over 1 year ago)
- Language: Elm
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# billstclair/elm-versioned-json
Sometimes you need to save all or part of your Model, either in the HTML DOM's `localStorage`, or in a database, or both. But you also often need to change that Model, usually by adding properties. This module makes it easier to save versioned data as strings, and to convert older saved versions to the most recent version.
See the README for the [examples](https://github.com/billstclair/elm-versioned-json/tree/master/examples) directory for details.
Bill St. Clair <[billstclair@gmail.com](mailto:billstclair@gmail.com)>
14 November 2016