Reduced execution bytesize
This commit is contained in:
@@ -68,6 +68,7 @@ export const validateJson = (showResult) => {
|
||||
}
|
||||
|
||||
const result = jsonvalid ? JSON.parse(showResult) : showResult
|
||||
//console.log("VALID: ", jsonvalid, result)
|
||||
return {
|
||||
"valid": jsonvalid,
|
||||
"result": result,
|
||||
|
||||
Reference in New Issue
Block a user