Table Of Contents
JSON store¶
Can be used to save/load key-value pairs from a json file.
- class kivy.storage.jsonstore.JsonStore(filename, **kwargs)[source]¶
Bases: kivy.storage.AbstractStore
Store implementation using a json file for storing the keys-value pairs. See the kivy.storage module documentation for more information.