JSON Resource Loading
Loads a JSON resource into a variable.
Authors and contributors to this experimental extension: arthuro555.
Warning
This is an extension made by a community member and it only got through a light review by the GDevelop extension team. As such, we can't guarantee it meets all the quality standards of fully reviewed extensions.
Loads a (static) JSON resource from your project files into a global, scene, or object variable.
NEVER use this to load your game.json into a variable - this would increase your game size by a lot and make your whole project file available for anyone to open!
Tip
Learn how to install new extensions by following a step-by-step guide.
Actions
Load a JSON resource in a global variable
Loads a JSON resource into a global structure variable.
Load a JSON resource in an object variable
Loads a JSON resource into an object structure variable.
Load a JSON resource in a scene variable
Loads a JSON resource into a scene structure variable.
This page is an auto-generated reference page about the JSON Resource Loading extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.