Godot plugin for editing JSON files

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Irul
:warning: Old Version Published before Godot 3 was released.

Is there any Godot plugin to enable us editing JSON file directly in Godot script editor?, I’m currently using JEdit. But wouldn’t it be nice if we could edit JSON directly in the Godot.

Hello. I want to use text file to store some dialogues and I don’t know which folder to put the JSON files in order to be exported in the executable game.
If it does not bother you could you describe me how you do ? Thanks in advance.

DriNeo | 2016-10-10 09:21

As far as I know, everything under the path “res://” will be exported along with the executable game. I made a folder called “scripts” and I put my JSON files in it, along with my .tscn files

It’s under “res://scripts/myJSONfile.json”

Irul | 2016-10-10 12:00

Sorry my answer wasn’t complete. You should also make setting in the export menu.

From godot editor, go to ExportResources → Change Export Mode to Export all files in the project directory.

And that’s it

Irul | 2016-10-11 13:18