Check if this decorator is really not being used and validate if there exists some place that would benefit of having this decorator to it. If not, remove this function and class from the code.
Description
This decorator seems to be a working function but it also does not seem to be used anywhere on the code.
Goal
Check if this decorator is really not being used and validate if there exists some place that would benefit of having this decorator to it. If not, remove this function and class from the code.
Description
This decorator seems to be a working function but it also does not seem to be used anywhere on the code.
Classes to be changed
JsonLoadsDecorator.py