Version

Quick search

Table Of Contents

JSON store

A Storage module used to save/load key-value pairs from a json file.

class kivy.storage.jsonstore.JsonStore(filename, indent=None, sort_keys=False, **kwargs)[source]

Bases: kivy.storage.AbstractStore

Store implementation using a json file for storing the key-value pairs. See the kivy.storage module documentation for more information.