Improved comments for deserializeWithCacheCheck()

This commit is contained in:
Dev 2024-06-02 14:49:28 +01:00
parent 5c1c44da8f
commit 5c7f6bc782

View File

@ -161,7 +161,8 @@ export class JsonUtil
} }
/** /**
* From json string to object * Take json from file and convert into object
* Perform valadation on json during process if json file has not been processed before
* @param jsonString String to turn into object * @param jsonString String to turn into object
* @param filePath Path to json file being processed * @param filePath Path to json file being processed
* @returns Object * @returns Object