SyntaxFix
Write A Post
Hire A Developer
Questions
To convert any JSON to array, use the below code:
const usersJson: any[] = Array.of(res.json());