Currently we're using a C# class autogenerated by quicktype.io from some example outputs i got from myself and friends, but it's missing a lot of values like the oculus stuff and also quicktype is bad at recognizing ulongs and floats which requires me to do a bunch of trial and error. Would be nice if this repository contained a json schema for the output that can be easily converted to classes/parsers in a bunch of different languages
Currently we're using a C# class autogenerated by quicktype.io from some example outputs i got from myself and friends, but it's missing a lot of values like the oculus stuff and also quicktype is bad at recognizing ulongs and floats which requires me to do a bunch of trial and error. Would be nice if this repository contained a json schema for the output that can be easily converted to classes/parsers in a bunch of different languages