# Installing
```
pip install easy_json_file
```
# Example
```py
from easy_json_file import JsonFile
with JsonFile("info.json") as info:
config["hello"] = "world"
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Alert-Aigul/JsonFile",
"name": "easy-json-file",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "jsonfile, json, file, dict, python, python3, python3.x, alertaigul, tool",
"author": "Alert Aigul",
"author_email": "alertaigul@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/8a/34/ce8ade855c4e95e2bbcdd6a07f368e5bfe796978cf5cdfe946ab3e52ff36/easy_json_file-1.0.0.tar.gz",
"platform": null,
"description": "# Installing\r\n```\r\npip install easy_json_file\r\n```\r\n\r\n# Example\r\n```py\r\nfrom easy_json_file import JsonFile\r\n\r\nwith JsonFile(\"info.json\") as info:\r\n config[\"hello\"] = \"world\"\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Dict as json file.",
"version": "1.0.0",
"project_urls": {
"Download": "https://github.com/Alert-Aigul/JsonFile/archive/refs/heads/main.zip",
"Homepage": "https://github.com/Alert-Aigul/JsonFile"
},
"split_keywords": [
"jsonfile",
" json",
" file",
" dict",
" python",
" python3",
" python3.x",
" alertaigul",
" tool"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8a34ce8ade855c4e95e2bbcdd6a07f368e5bfe796978cf5cdfe946ab3e52ff36",
"md5": "bdc0cd8c6a2d5737fe179ab339fe58d8",
"sha256": "f97f97b0158fa15b7290d42f2c39567ae60c99d1ebc253af0d114fcc953ba95b"
},
"downloads": -1,
"filename": "easy_json_file-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "bdc0cd8c6a2d5737fe179ab339fe58d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2960,
"upload_time": "2025-02-15T19:42:42",
"upload_time_iso_8601": "2025-02-15T19:42:42.867289Z",
"url": "https://files.pythonhosted.org/packages/8a/34/ce8ade855c4e95e2bbcdd6a07f368e5bfe796978cf5cdfe946ab3e52ff36/easy_json_file-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-15 19:42:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Alert-Aigul",
"github_project": "JsonFile",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "easy-json-file"
}