Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongoose-os-libs/jstore
https://github.com/mongoose-os-libs/jstore
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongoose-os-libs/jstore
- Owner: mongoose-os-libs
- License: other
- Created: 2017-10-24T11:44:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T00:17:39.000Z (about 3 years ago)
- Last Synced: 2024-07-31T21:51:52.661Z (6 months ago)
- Language: C
- Size: 284 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - jstore
README
# JSON Store
JSON Store is a library which maintains a JSON file with order-preserving
mappings from arbitrary strings to any kind of JSON values (a string, an
object, etc). IDs can be either randomly generated or custom.The order in which items are stored in the file and iterated (with
`mgos_jstore_iterate()`, see `include/mgos_jstore.h`)
is the order of insertion of items to the store.