IMO simplest way is probably to just put the JSON as a JS object into an ES6 module and export it. That way you can just import it where you need it. Also worth ...
確定! 回上一頁