summaryrefslogtreecommitdiff
path: root/redfish-core/src/utils/json_utils.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-01-20Use SPDX identifiersEd Tanous1-15/+3
2024-09-11Remove duplicated block commentsEd Tanous1-13/+13
2024-06-25Remove nlohmann::json::items()Ed Tanous1-1/+1
2024-03-28Add misc-include-cleanerEd Tanous1-0/+3
2023-06-21json utils: add getEstimatedJsonSizeNan Zhou1-0/+49
2023-03-11Remove body member from RequestEd Tanous1-1/+1
2023-02-17Add option for validating content-type headerEd Tanous1-3/+13
2018-10-23Improve the Redfish error reporting interfaceJason M. Bills1-481/+1
2018-10-22Implement a new way of unpacking json to structsEd Tanous1-3/+0
2018-09-05Move to clang-format-6.0Ed Tanous1-299/+371
2018-07-27Move over to upstream c++ styleEd Tanous1-2/+2
2018-06-29Boost beastEd Tanous1-2/+1
2018-06-29Added JSON utilities to allow easy exception-less usage of nlohmann JSON.Kowalski, Kamil1-0/+454