You must log in or register to comment.
You should only use import for local JSON that’s in your code base. Using import against a remote resource seems like an obvious bad idea
You should only use import for local JSON that’s in your code base. Using import against a remote resource seems like an obvious bad idea