Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mongoose-os-libs/jstore


https://github.com/mongoose-os-libs/jstore

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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.