In this post, they show interest in JSON parser which is not DOM-based:
Theoretically, glTF2 should be less efficient to parse than Collada, as it requires parsing the whole JSON into memory. Collada can be streamed in by using a SAX XML parser
I'm opening this issue just as a reminder in case I decide to open a PR against their code base. Trial.Protocol would gain another heavy user to the JSON library.
In this post, they show interest in JSON parser which is not DOM-based:
I'm opening this issue just as a reminder in case I decide to open a PR against their code base. Trial.Protocol would gain another heavy user to the JSON library.