audk/RedfishPkg/PrivateLibrary
Nickle Wang d65b183f92 RedfishPkg/RedfishCrtLib: handle floating point number in JSON
When the value type is defined as number in Redfish schema, floating
point number is allowed. RedfishCrtLib raises assert without handling
this case now. Follow the way in EDK2 to call AsciiStrDecimalToUintnS
and handle the floating point number. Only the integer value is
returned.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
2024-01-15 08:11:22 +00:00
..
RedfishCrtLib RedfishPkg/RedfishCrtLib: handle floating point number in JSON 2024-01-15 08:11:22 +00:00
RedfishLib RedfishPkg/RedfishLib: return HTTP headers to caller 2023-10-26 07:38:01 +00:00