
Description
BlueprintJSON
✔ is a full and simple JSON library for Blueprints. Bring the power of JSON into your Unreal Engine Blueprint project.
🎯 allows you to read JSON files or parse directly JSON from a string.
📂 allows you to edit JSON at runtime and save it directly to a file.
⚡ offers several asynchronous blueprint nodes to perform the heavy JSON processing outside of the Game Thread. This way, you can load or save several big JSON files in parallel without worrying to block the Game Thread.