mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
259 stars 91 forks source link

Checks json_data variable type and converts to dict if neccesary #388 #393

Closed MonsieurGallo closed 4 months ago

MonsieurGallo commented 4 months ago

Description of Changes

Adds type check to json_data var to check if it is a string and converts it to a dict if so.