busy-horse-73824
05/24/2022, 7:41 PMBuildFeatureMap
, ParseFeature
, and BuildFeatureRule
- even if the input is totally invalid. Offering more of a typical Go interface would require breaking changes though. Would you be open to a PR around this?future-teacher-7046
busy-horse-73824
05/24/2022, 7:54 PMfuture-teacher-7046
busy-horse-73824
05/24/2022, 7:56 PMvar featureMap map[string]growthbook.Feature
json.Unmarshal(data, &featureMap)
Maybe would benefit from some minor extra thing to validate the final objects though