nm_iam_serializer_configuration_load_json()
DESCRIPTION
Load the IAM configuration from a JSON string.
DECLARATION
bool nm_iam_serializer_configuration_load_json(struct nm_iam_configuration* conf, const char* in, struct nn_log* logger)
PARAMETERS
conf:
- [in] IAM configuration to load into
in:
- [in] JSON string to load
logger:
- [in] Logger for debugging
RETURNS
true iff the configuration was successfully loaded