# README
surveygo
Generate and process JSON surveys
# Functions
NewSurvey creates a new Survey instance with the given title, version, and description.
Parse converts the given json string into a Survey instance.
ParseBytes converts the given json byte slice into a Survey instance.
# Type aliases
Answers is a map of question nameId to its answer value(s).