是什么 ? | : | JSON for Modern C++ |
开发语言 | : | C++ |
官方网址 | : | https://json.nlohmann.me |
源码仓库 | : | https://github.com/nlohmann/json |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install json vcpkg install json:x64-osx vcpkg install json:x64-linux vcpkg install json:x64-windows |
macOS | HomeBrew | brew install json |
GNU/Linux | HomeBrew | brew install json |
apt | sudo apt-get install -y json | |
CentOS | yum | sudo yum install -y json |
dnf | sudo dnf install -y json | |
openSUSE | zypper | sudo zypper install -y json |
Alpine Linux | apk | sudo apk add json |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge json |