{"library":"localdb-json","title":"localdb-json","description":"A helper script for easily handling JSON files as a local database. Provides a simple class to load, manipulate, and save data persisted in a JSON file. Intended for small-scale local storage needs. Version 1.0, no active development observed.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install localdb-json"],"cli":null},"imports":["from localdb_json import JSONDatabase"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from localdb_json import JSONDatabase\n\ndb = JSONDatabase('data.json')\ndb['users'] = [{'name': 'Alice', 'age': 30}]\ndb.save()\nprint(db['users'])","lang":"python","description":"Basic usage: create a JSONDatabase instance, assign data, call save().","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}