[x3d-public] Files that don't pass JSON parse.
John Carlson
yottzumm at gmail.com
Thu Apr 1 16:06:12 PDT 2021
These files don't pass JSON parse, but I'll be running donall.sh, which
may change results.
$ grep Failed results.txt |grep -v node_modules|grep -v originals|grep
-v development|grep -v Xvl
Failed JSON parse
/c/x3d-code/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/SingleAudio.json
SyntaxError: Unexpected token { in JSON at position 196396
Failed JSON parse
/c/x3d-code/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/SplitChannels.json
SyntaxError: Unexpected token { in JSON at position 6944
Failed JSON parse
/c/x3d-code/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/SpatialAudioCameraAnimation.json
SyntaxError: Unexpected token { in JSON at position 287161
Failed JSON parse
/c/x3d-code/www.web3d.org/x3d/content/examples/Savage/Scenarios/LimitedObjectiveExperimentPortHueneme/LimitedObjectiveExperimentPortHuenemeDIS.json
SyntaxError: Unexpected string in JSON at position 11319
Failed JSON parse
/c/x3d-code/www.web3d.org/x3d/content/examples/Savage/Scenarios/LimitedObjectiveExperimentPortHueneme/LimitedObjectiveExperimentPortHueneme.json
SyntaxError: Unexpected string in JSON at position 10448
$ grep json-parse javaresults.txt |grep -v development|grep -v Xvl|grep
-v originals|grep -v node_modules
json-parse json Expected a ':' after a key at 196859 [character 37 line
216]
/c/x3d-code/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/SingleAudio.json
json-parse json Expected a ':' after a key at 7359 [character 31 line
198]
/c/x3d-code/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/SplitChannels.json
json-parse json Expected a ':' after a key at 287624 [character 37 line
270]
/c/x3d-code/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/SpatialAudioCameraAnimation.json
json-parse json Expected a ',' or ']' at 11320 [character 34 line 260]
/c/x3d-code/www.web3d.org/x3d/content/examples/Savage/Scenarios/LimitedObjectiveExperimentPortHueneme/LimitedObjectiveExperimentPortHuenemeDIS.json
json-parse json Expected a ',' or ']' at 10449 [character 34 line 241]
/c/x3d-code/www.web3d.org/x3d/content/examples/Savage/Scenarios/LimitedObjectiveExperimentPortHueneme/LimitedObjectiveExperimentPortHueneme.json
These logs will be checked in under results6.txt and javaresults6.txt
once the script finishes, then I'll run donall.sh again.
Once I get JSON parsing done reporting again, I'll flip to validation of
HAnim JSON.
Good luck fixing parse errors!
John
More information about the x3d-public
mailing list