- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ApplyJSONStrict (0.09 sec)
-
istioctl/pkg/validate/validate.go
// Marshal to json bytes str, err := json.Marshal(data) if err != nil { return nil, err } out, err := schema.NewInstance() if err != nil { return nil, err } if err = config.ApplyJSONStrict(out, string(str)); err != nil { return nil, err } return out, nil
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 22:27:47 UTC 2024 - 14.3K bytes - Viewed (0)