mirror of
https://github.com/Palakis/obs-websocket.git
synced 2025-07-25 11:02:36 +00:00
I decided to go with nlohmann::json because it supports both JSON and msgpack. I'm likely going to have to write some conversion utils to convert between obs_data_t and json, but the advantages of what nlohmann::json brings to the table are just too attractive.