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
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