Closed github-actions[bot] closed 3 years ago
Make this code more readable
https://github.com/VolantisDev/Launchpad/blob/6f379f945221c3126c5e6b2c3328f206d7079c72/Lib/Shared/DataLib/StructuredData/JsonData.ahk#L91
i := 0 while i := InStr(val, "\",, i + 1) { ; TODO: Make this code more readable if ((SubStr(val, i+1, 1) != "u") ? (pos -= StrLen(SubStr(val, i)), next := "\") : 0) { continue 2 }
a9c34020acd760597907e17d69369375d90f572c
Make this code more readable
https://github.com/VolantisDev/Launchpad/blob/6f379f945221c3126c5e6b2c3328f206d7079c72/Lib/Shared/DataLib/StructuredData/JsonData.ahk#L91
a9c34020acd760597907e17d69369375d90f572c