jsonutils3

A lib to use json easly.


Keywords
python-utilities, python3, utilities, utils
License
GPL-3.0
Install
pip install jsonutils3==1.0.0

Documentation

jsonutils

A lib to use json easly.

Dependencies

  • Python 3.5+

Installation

  • Install jsonutils with pip install jsonutils3
  • Enjoy

Features

  • Modify json by function and by direct key access (set/get functions and JsonObject[key])
  • Support dot in access (example : json["config.theme"] => get value of "theme" in value of "config")
  • Save function + option to save at destruction
  • Convert json to xml (to_xml() function)

Uncoming Features

  • Clear json
  • Propose in issues

Changelog

V 1.0.0 - 12/02/2020 (LATEST)

  • First version