diff --git a/README.md b/README.md index 00a6242..67e4399 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # [BlueprintJSON](https://www.unrealengine.com/marketplace/en-US/product/blueprintjson) - Documentation ![BlueprintJSOn features](https://cdn1.epicgames.com/ue/product/Screenshot/Slide1-1920x1080-ef991bd1b37999045d2518ac4841b9c3.PNG) ## Load and edit a JSON file +![Load and read JSON](https://github.com/Pandoa/BlueprintJSON/blob/master/Images/AddFields.png?raw=true) ## Read data from a JSON object +![Read data from JSON](https://github.com/Pandoa/BlueprintJSON/blob/master/Images/ReadObject.png?raw=true) ## Save JSON to file +![Save JSON to file](https://github.com/Pandoa/BlueprintJSON/blob/master/Images/SaveObject.png?raw=true)