Skip to content

mongoose-os-libs/jstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.