json
1.1、json简介
是什么 ?:JSON for Modern C++
开发语言:C++
官方网址:https://json.nlohmann.me
源码仓库:https://github.com/nlohmann/json
1.2、通过包管理器安装json
操作系统包管理器安装命令
Allvcpkg
vcpkg install json
vcpkg install json:x64-osx
vcpkg install json:x64-linux
vcpkg install json:x64-windows
macOSHomeBrewbrew install json
GNU/LinuxHomeBrewbrew install json
aptsudo apt-get install -y json
CentOSyumsudo yum install -y json
dnfsudo dnf install -y json
openSUSEzyppersudo zypper install -y json
Alpine Linuxapksudo apk add json

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm json
Gentoo LinuxPortagesudo emerge json
1.3、通过编译源码安装json
1.4、json中包含的头文件