Siv3D / OpenSiv3D

C++20 framework for creative coding 🎮🎨🎹 / Cross-platform support (Windows, macOS, Linux, and the Web)
https://siv3d.github.io/
MIT License
1k stars 138 forks source link

JSON クラスの新設計 #1175

Open Reputeless opened 8 months ago

Reputeless commented 8 months ago

方針

tomolatoon commented 8 months ago

ひとまずお知らせしておきたいのは、nlohmann/json の最近のアップデートで custom base class が追加されたことです。これを使うことで、nlohmann::basic_json<> のそれぞれのノードの基底クラスを注入可能になるので、それを上手く使ってなんとか出来ないかと考える方針が良いかと思います。

https://json.nlohmann.me/api/basic_json/json_base_class_t/