| 3e449a54 | 26-Oct-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
json: add spdk_json_decode_uuid()
Similarly to spdk_json_write_uuid(), there are lots of places where we need to decode a JSON string to spdk_uuid and each of them has to decode and parse the string
json: add spdk_json_decode_uuid()
Similarly to spdk_json_write_uuid(), there are lots of places where we need to decode a JSON string to spdk_uuid and each of them has to decode and parse the string.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ia1e1b5e28b29b741295c318b642f533808f94296 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20474 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|