breese / trial.protocol

Network wire protocols
11 stars 4 forks source link

Suggest the library to godot #25

Open vinipsmaker opened 6 years ago

vinipsmaker commented 6 years ago

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.

vinipsmaker commented 6 years ago

Other users we might convince to try this library: https://github.com/jevolk/charybdis/tree/master/include/ircd/json

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.