Documentation ¶ Index ¶ func ParseUUIDList(raw string) ([]uuid.UUID, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseUUIDList ¶ func ParseUUIDList(raw string) ([]uuid.UUID, error) ParseUUIDList parses a JSON-encoded array of UUID strings (e.g. `["uuid1","uuid2"]`) and returns the corresponding slice of uuid.UUID values. An empty input (including whitespace-only) returns an empty (non-nil) slice. Types ¶ This section is empty. Source Files ¶ View all Source files xjson.go Click to show internal directories. Click to hide internal directories.