How can i import json file and access it
i have a source code of data.js , i want to be able to import json file automatically without copy manually
export const me = {
"gender": "male",
"name": "Billy Koswara",
"location": {
"street": "Jl. Sindoro",
"city": "Medan",
"sta...