How can I load a Json file by using LoadResources in mono version ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By doowind

I’m working on my RPG game project.I need to load some config files. the only way I found was using FILE.load,but is there any way to load the json files just like loading the image?by the way,I’m using the mono version of Godot.