Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add string tag to Role Permissions (#21)
The JSON package is having difficulties unmarshalling permissions due to them being presented by the API as a string without a string tag being present to note to the package that changes need to be made while marshalling/unmarshalling. Hence, the string tag is added under the Role object
- Loading branch information