obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
769 stars 217 forks source link

Replace json11 by Nlohmann JSON #409

Closed tytan652 closed 1 year ago

tytan652 commented 1 year ago

Description

Replace usage of json11 by Nlohmann JSON.

Motivation and Context

How Has This Been Tested?

I quickly tested it with logging in DispatchJSEvent and some function in DevTools console. But it needs more testing from people that know how to use those JS features.

Types of changes

Checklist: