Quick search

JSON store

 Added in 1.0.0

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)[ソース]Added in 1.0.0

ベースクラス: kivy.storage.AbstractStore

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