BasicTools.IO.JsonReader module
Json file reader
- BasicTools.IO.JsonReader.ReadJson(fileName=None, text=None)[source]
Function API for reading a json file
- Parameters:
fileName (str, optional) – name of the file to be read, by default None
text (str, optional) – data to be read as a string instead of a file, by default None
- Returns:
_description_
- Return type:
_type_