API to return json as interface{}
Open
enhancement
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 263
- PR merge metrics
- No merged PRs in 30d
Description
Currently we're always serializing (marshalling) output json into a string string in functions like `EvaluateSnippet`. This forces some users to Unmarshal the string again to json. This doesn't seem very elegant. We should also allow returning the json in the standard go representation, especially since we're producing it internally anyway.
Contributor guide
Assessment
This issue has not been assessed yet.