summaryrefslogtreecommitdiff
path: root/redfish-core/include/utils/json_utils.hpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-25Work around nlohmann changesEd Tanous1-18/+40
2025-04-03OEM Route Handling Infrastructurerohitpai1-0/+15
2025-02-13Remove nlohmann::json::object helpersEd Tanous1-21/+4
2025-02-05Fix Message arg error in JSON Patchrohitpai1-3/+3
2025-02-04clang-format: update latest spec and reformatPatrick Williams1-2/+2
2025-01-31Fix includesEd Tanous1-1/+0
2025-01-26$filter Query parameter support for nested keys addedChandramohan Harkude1-0/+35
2025-01-20Use SPDX identifiersEd Tanous1-15/+3
2024-11-22json utility: fixed core dump during sensor loadJayanth Othayoth1-7/+31
2024-10-17Handling of OutOfRange in ReadJsonMyung Bae1-2/+2
2024-10-03json utility: Update sort algorithmsEd Tanous1-7/+29
2024-09-11Remove duplicated block commentsEd Tanous1-13/+13
2024-09-10Fix static analysis issuesEd Tanous1-4/+5
2024-09-04Remove IWYU pragmasEd Tanous1-1/+0
2024-08-17clang-format: re-format for clang-18Patrick Williams1-17/+18
2024-06-25Remove nlohmann::json::items()Ed Tanous1-12/+20
2024-04-16Add type safety for NTP server objectsEd Tanous1-6/+27
2024-04-11Give static analysis some hintsEd Tanous1-12/+21
2024-04-11Fix object type in json utilsEd Tanous1-6/+4
2024-04-04Allow parsing null or value classesEd Tanous1-1/+77
2024-04-01Move where appropriateEd Tanous1-1/+2
2024-03-19Make readJson accept object_tEd Tanous1-18/+66
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-3/+3
2023-08-21Use rangesEd Tanous1-1/+2
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-1/+1
2023-07-20Replace logging with std::formatEd Tanous1-12/+11
2023-06-21json utils: add getEstimatedJsonSizeNan Zhou1-0/+14
2023-06-13Make propertyValueTypeError more typesafeEd Tanous1-20/+4
2023-06-13Make propertyValueNotInList typesafeEd Tanous1-5/+1
2023-05-26json utility: add sortNan Zhou1-0/+103
2023-05-25Fix some includesEd Tanous1-1/+2
2023-05-23Switched bmcweb to use new telemetry service APIKrzysztof Grobelny1-1/+0
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+1
2023-02-10Change readJson from is_object to get_ptrEd Tanous1-6/+8
2022-09-09clang-tidy: fix misc warningsPatrick Williams1-1/+1
2022-08-30json utils: remove forward_declareNan Zhou1-5/+1
2022-07-23test treewide: iwyuNan Zhou1-5/+26
2022-07-07Handle NTPServers list per the specificationEd Tanous1-8/+0
2022-06-01Try to fix the lambda formatting issueEd Tanous1-14/+13
2022-04-19Implement odata annotations ignoringEd Tanous1-2/+16
2022-03-12Enable readability checksEd Tanous1-2/+2
2022-03-01json_utils: Add support for multiple level json readWilly Tu1-93/+191
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-9/+28
2022-02-07Enable readability-named-parameter checksEd Tanous1-4/+5
2022-01-12Enable pointer devolution checksEd Tanous1-3/+8
2021-02-19Fix nlohmann::json::dump callsEd Tanous1-5/+25
2021-01-07Omit using subscripting operator in json utilsEd Tanous1-4/+3
2020-10-23fix include namesEd Tanous1-3/+2
2020-09-29Fix naming conventionsEd Tanous1-22/+13
2020-08-17Enable unused variable warnings and resolveEd Tanous1-9/+8