JSON error

Started by bottomleypotts, May 02, 2024, 09:37:33 PM

Previous topic - Next topic

bottomleypotts

I have an issue with the attached json. jsValid returns a @False, however the json is valid and can be successfully parsed with jsParse. Does anyone have any idea what's wrong here??


AddExtender(`ilcjs44i.dll`)

json=FileGet(DirScript():`winbatch error.json`)

isJsonValid=jsValid(json)

j=jsParse(json)
mDiscord=jsConMap(j,@JsonValue)

Exit