(raw string)
| 1152 | } |
| 1153 | |
| 1154 | func parseRequiredBridgeJSON(raw string) (*json.RawMessage, error) { |
| 1155 | return parseRequiredBridgeJSONWithLabel(raw, "delivery defaults") |
| 1156 | } |
| 1157 | |
| 1158 | func parseRequiredBridgeJSONWithLabel(raw string, label string) (*json.RawMessage, error) { |
| 1159 | trimmed := strings.TrimSpace(raw) |