• jsonfile#
This is a package for simple json file operations. Mainly about reading and writting json files from python dict object.
It can be viewed as a submodule for the easyidp.ROI class.
函数#
小心
The easyidp.ROI class is an advanced wrapper around the following functions, which is generally sufficient for most simple application cases, please don’t use the following functions unless you really need to.
|
Read json file to python dict. |
|
Save dict object to the same structure json file |
|
Save dict to the same structure json file, a function wrapper for |
|
Save dict to the same structure json file, a function wrapper for |