This copy of rapidjson-1.1.0 is a modified version of the original.

The following changes have been made to the original:

- Disabled INSTALL() rules.

- Disabled ccache.

- Disabled some options for enabling unit tests and other
  settings that aren't necessary for rom-properties.

- cmake_minimum_required() is disabled, since it interfered with
  policies set by the main build infrastructure.

- Removed examples, test suites, and test data.

- Removed jsonchecker, which uses the JSON license.

- prettywriter.h: Added an option to use CRLF newlines, which is needed
  on Windows when copying JSON data to the clipboard.

- rapidjson.h: Set endianness for MSVC/ARM64.
  Upstream commit: f91405801f88533c609d95f2fcc2d88811544d35

- document.h: Avoid inheritance from std::iterator
  Upstream commit: d75bb90a5dd8c5946ce7496748d1cea842aabc0f

- document.h: Remove non-compiling assignment operator.
  Upstream commit: 3b2441b87f99ab65f37b141a7b548ebadb607b96

To obtain the original rapidjson-1.1.0, visit:
https://rapidjson.org/
https://github.com/Tencent/rapidjson
