You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In this case, I suspect they we'd like to tune the conversion to string (i.e. JSON string value extraction), but first I need to take a look on how they use this abstraction.
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.
The text was updated successfully, but these errors were encountered: