README.md
 1  +++
 2  title = "distrox-persistence-jsonfile"
 3  description = "Single-file JSON persistence implementation"
 4  weight = 2
 5  sort_by = "weight"
 6  
 7  [extra]
 8  +++
 9  
10  Simple storage implementation that stores all data in one large JSON file.
11  
12  This is implemented to get some very basic persistence working and to explore
13  the basic interface design for the persistence layer.