I just found out about Numba, a JIT library for Python code.<div dir="auto"><br></div><div dir="auto">Where i think this would be valuable in X3D would be in possibly greatly speeding up JSON validation using JITted code, that is, we could reach native speeds for validating large numbers of X3D encoded files in Python.   Numba is not so great at “run once” code.</div><div dir="auto"><br></div><div dir="auto">So I already have a Python based validation program that could possibly work to validate JSON files,  it would possibly just need some Numba annotations.</div><div dir="auto"><br></div><div dir="auto">I don’t want to do this programming myself so i am looking for volunteers to change my code, or make code that i can use with the 2020-12 JSON schema.</div><div dir="auto"><br></div><div dir="auto">If someone wants to write an XML or VRML validator in Python, that would would be great too!</div>