Description
EasyJsonParser V2 – JSON Made Easy for Everyone
EasyJsonParser is a powerful plugin that makes reading and writing JSON data in Unreal Engine incredibly simple. Even without programming knowledge, you can handle complex JSON data using Blueprints alone.
What’s New in V2
For V1 Users: This plugin includes both V1 and V2. Your existing projects using V1 will continue to work without any changes, so you can update with confidence.
Major Improvements:
- JSON Writing Support – Now you can save data and create configuration files
- Faster Performance – Significantly improved memory efficiency for faster operations
- Enhanced Compatibility – Parse complex JSON patterns that V1 couldn’t handle
- Multi-dimensional Array Support – Easily manage complex array structures like game map data
Perfect For
- Managing configuration files and save data in JSON format
- Easily fetching and processing data from Web APIs
- Working with JSON using only Blueprints
- Projects requiring faster and more efficient JSON processing
Simple to Use
Intuitive dot notation access:
{
“player”: {
“name”: “Hero”,
“level”: 10
},
“inventory”: {
“items”: [
{
“name”: “Sword”,
“quantity”: 1
},
{
“name”: “Potion”,
“quantity”: 5
}
]
}
}
- player.name to get player name (“Hero”)
- inventory.items[0].quantity to get item quantity (1)
- player.level to get player level (10)
- Auto-creation of non-existent paths when writing new data
All features are accessible from Blueprints.
You can contact us at any time and request that the asset you want be added to the site from the Request Asset section.