//-----------------------------------------------------------------------------
The Nlohmann Json package was obtained from
    https://github.com/nlohmann/json

We used the latest release as described at"
    https://github.com/nlohmann/json/releases/tag/v3.8.0
    (June 14, 2020) Version 3.8.0

API html:
    https://nlohmann.github.io/json/doxygen/index.html

Changelog:
Feb 22, 2022
- GOS-4440- Updated to increase performance according to https://github.com/nlohmann/json/discussions/3132.
- Optimization done to binary_reader.hpp - get_binary function.
- Optimization done to output_adapters.hpp - write_characters function.
  