summaryrefslogtreecommitdiffstats
path: root/redfish-core/include/utils/json_utils.hpp
Commit message (Expand)AuthorAgeFilesLines
* Fix: bug fixes in readJsonAppaRao Puli2019-12-171-0/+7
* Make references to crow less obviousEd Tanous2019-10-181-2/+2
* Fix a bunch of warningsEd Tanous2019-10-101-0/+8
* Fix readJson to allow null as a complex typeEd Tanous2019-09-041-1/+2
* cleanup: Move a pointer to a referenceEd Tanous2019-09-041-15/+7
* Fix Regression in PATCH on system nodeSantosh Puranik2019-08-021-26/+43
* Redfish: Adding bool support in readJsonAppaRao Puli2018-12-291-1/+2
* jsonRead: Add floating point supportJames Feist2018-12-191-16/+66
* json_utils: readJson add array supportJames Feist2018-12-191-0/+31
* bmcweb: Enable redfish unpacking of complex typesEd Tanous2018-12-181-7/+27
* bmcweb: Move boost::optional to std::optionalEd Tanous2018-12-101-1/+1
* Move Redfish PECI to the new json interfaceEd Tanous2018-11-191-0/+25
* Add automatic range-checking and type-casting for readJsonJason M. Bills2018-11-161-19/+64
* Simplify Redfish error message property interfaceJason M. Bills2018-11-151-3/+3
* Fix a bug in optional json parsingEd Tanous2018-10-311-5/+1
* Improve the Redfish error reporting interfaceJason M. Bills2018-10-221-274/+5
* Implement a new way of unpacking json to structsEd Tanous2018-10-221-2/+122
* Move to clang-format-6.0Ed Tanous2018-09-051-10/+20
* Move over to upstream c++ styleEd Tanous2018-07-261-1/+1
* Added JSON utilities to allow easy exception-less usage of nlohmann JSON.Kowalski, Kamil2018-06-291-0/+292
OpenPOWER on IntegriCloud