I\'m trying to learn some html/css/javascript, so I\'m writing myself a teaching project.
The idea was to have some vocabulary contained in a json file which would t
Make sure your JSON file does not have any trailing characters before or after. Maybe an unprintable one? You may want to try this way:
[{"english":"bag","kana":"kaban","kanji":"K"},{"english":"glasses","kana":"megane","kanji":"M"}]