Jason file not reading
Hello, I'm following this libGDX tutorial on adding skins.
Basically I'm having a hard time reading the .json file for the skin. I don't have any prior experience with .json files. so I opened the file in VSCode and saw that all of the lines are underlined in red so I'm hoping there is some way to directly edit it for the fix.
Here is some more context:
9 Replies
Hey, @Kar.Jar!
Please remember to
/close
this post once your question has been answered!Here I'm using the file and that's the error it's giving me
libgdxinfo
LibGDX.info
ImageButton and TextButton
Tutorial Objective Create a standard Button, TextButton, ImageButton and ImageTextButton. Differences between Button, TextButton, ImageButton and ImageTextButton Button An empty button, but it exte…
here is the tutorial I'm following
if you look in the comments someone is also having the same issue as me
My guess from looking at other .json files and VSCode is that they did not double quote any of the properties?
Yeah, that's not valid JSON
No idea, however, whether this thing requires valid JSON
Post Closed
This post has been closed by <@361324748359335948>.