Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : safe-json

This library aims to make the updating of JSON formats or contents, while keeping backward compatibility, as painless as possible. The way this is achieved is through versioning and defined migration functions to migrate older (or newer) versions to the one used. The library mainly consists of two classes: SafeJSON a: Defines the version of a and if (and how) it is migratable. Migrate a: Defines the data type (MigrateFrom a) that can be migrated to a and how to migrate from that type. Using these two classes, JSON serialized data types will stay parsable, even after format changes. For a more in-depth explanation and examples, please see the README at https://github.com/Vlix/safe-json#readme

Registry - Source - Homepage - JSON
purl: pkg:hackage/safe-json
Keywords: json, library, mit
License: MIT
Latest release: over 3 years ago
First release: about 5 years ago
Dependent repositories: 7
Downloads: 2,514 total
Stars: 26 on GitHub
Forks: 3 on GitHub
Total Commits: 84
Committers: 7
Average commits per author: 12.0
Development Distribution Score (DDS): 0.226
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...