This JSON library is taken from the C++ REST SDK in https://github.com/microsoft/cpprestsdk
Based in the v2.10.13 release, it consists of the needed files to build and use the JSON classes described in include/cpprest/json.h.
Changes made to the files in order to build in the PowerToys project:
- Removal of
#includereferences to files that are not needed. #include "pch.h"instead of#include "stdafx.h"to use the PowerToys pre-compiled header.#define _NO_ASYNCRTIMPininclude/cpprest/details/cpprest_compat.hsince this class will be statically linked.
The contents of the C++ Rest SDK license are included in license.txt.