summaryrefslogtreecommitdiff
path: root/redfish-core/include/utils/json_utils.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-18/+18
2020-05-29Update json helper function - readJsonAppaRao Puli1-37/+131
2019-12-17Fix: bug fixes in readJsonAppaRao Puli1-0/+7
2019-10-18Make references to crow less obviousEd Tanous1-2/+2
2019-10-11Fix a bunch of warningsEd Tanous1-0/+8
2019-09-04Fix readJson to allow null as a complex typeEd Tanous1-1/+2
2019-09-04cleanup: Move a pointer to a referenceEd Tanous1-15/+7
2019-08-03Fix Regression in PATCH on system nodeSantosh Puranik1-26/+43
2018-12-29Redfish: Adding bool support in readJsonAppaRao Puli1-1/+2
2018-12-20jsonRead: Add floating point supportJames Feist1-16/+66
2018-12-19json_utils: readJson add array supportJames Feist1-0/+31
2018-12-18bmcweb: Enable redfish unpacking of complex typesEd Tanous1-7/+27
2018-12-11bmcweb: Move boost::optional to std::optionalEd Tanous1-1/+1
2018-11-19Move Redfish PECI to the new json interfaceEd Tanous1-0/+25
2018-11-17Add automatic range-checking and type-casting for readJsonJason M. Bills1-19/+64
2018-11-15Simplify Redfish error message property interfaceJason M. Bills1-3/+3