I made some tests to fill a dictionnary with a json file. Like this.<br>
var PanelText = {}<br><br>func _ready():<br> PanelText.parse_json("res://Ress/AdventureRess/panelText")<br>
<p><br></p><p>It throw an error in the debugger : " Error parsing JSON: Expected ' { ' at line 0 "</p><p>Here is the file</p>
{<br> "Panel_1": "Hello"<br>}<br>
I don't understand what I'm doing wrong. Maybe because I'm a complete noob with this stuff.<br><br><br>