.. # ******************************************************************************* # Copyright (c) 2025 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. # # This program and the accompanying materials are made available under the # terms of the Apache License Version 2.0 which is available at # https://www.apache.org/licenses/LICENSE-2.0 # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* .. _library_description: S-CORE NLOHMANN JSON LIBRARY FORK =================================== This module is dedicated to implementing the Trustable Software Framework for the Niels Lohmann JSON Library. Initially, it emphasizes ensuring the reliability and correctness of the library's parsing functionality. The Niels Lohmann JSON Library is recognized for its efficient and straightforward approach to JSON parsing, manipulation, and serialization within modern C++ applications, aiming to provide developers with a flexible and robust tool for managing JSON data structures. The framework seeks to enhance these capabilities, aligning them with rigorous software quality standards to ensure dependable JSON processing across diverse applications. .. contents:: Table of Contents :depth: 2 :local: Overview -------- The core of this documentation is the *Trustable Compliance Report*, which may be found in `Report `_ and which lists the supporting statements for the trustability of nlohmann/json together with their trustability score and the supporting artifacts. This report is augmented by the trustable graph, which is the graphical representation of the argumentation. .. toctree:: :maxdepth: 1 :glob: introduction/index.rst concept.rst report.rst Eclipse S-CORE Home-Page