SyntaxFix
Write A Post
Hire A Developer
Questions
Just call array.ToObject<List<SelectableEnumItem>>() method. It will return what you need.
array.ToObject<List<SelectableEnumItem>>()
Documentation: Convert JSON to a Type