Kevin Powell - CommunityKP-C
Kevin Powell - Community2y ago
6 replies
vic

need help with fetch json files ( from files) in reactjs

I created a jsx for all json files like this
import Vowels from './file'
import consonants from './file'

export const apiObj ={
Vowels, consonants
}

The error im getting is
Unexpected token '<' , "
<!Doctype"... Is not a valid json

My json like this
{  
"Vowels" :[
{
"value" : "a"
}
]

}
rn_image_picker_lib_temp_4a1df8fc-a9c5-492f-9176-f1a11fc09b6a.jpg
Was this page helpful?