


Code Modules: EasyJsonParser
Supported Development Platforms: Windows, Mac
Supported Target Build Platforms: Windows, Mac, iOS, Android
Documentation: https://www.ayumaxsoft.com/easyjsonparser/
Example Project:https://github.com/ayumax/EasyJsonParser
代码模块:EasyJsonParser
支持的开发平台:Windows、Mac
支持的目标构建平台:Windows,Mac,iOS,Android
文件: https://www.ayumaxsoft.com/easyjsonparser/
示例项目:https://github.com/ayumax/EasyJsonParser
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.
Learn More
For detailed features and usage examples, please visit our official documentation: https://ayumaxsoft.com/easyjsonparser/
EasyJsonParser V2-JSON使每个人都变得容易
EasyJsonParser是一个功能强大的插件,它使在虚幻引擎中读取和写入JSON数据变得非常简单。 即使没有编程知识,您也可以单独使用蓝图处理复杂的JSON数据。
V2有什么新消息?
适用于V1用户: 这个插件包括V1和V2。 您使用V1的现有项目将继续工作,无需任何更改,因此您可以放心地更新。
主要改进:
-
JSON编写支持 -现在您可以保存数据并创建配置文件
-
更快的性能 -显着提高内存效率,实现更快的操作
-
增强兼容性 -解析v1无法处理的复杂JSON模式
-
多维数组支持 -轻松管理复杂的数组结构,如游戏地图数据
完美的
-
管理配置文件并以JSON格式保存数据
-
轻松从Web Api获取和处理数据
-
仅使用蓝图使用JSON
-
需要更快、更高效的JSON处理的项目
简单易用
直观的点符号访问:
{
“玩家”:{
“姓名”:”英雄”,
“等级”:10
},
“存货清单”:{
“项目”:[
{
“姓名”:”剑”,
“数量”:1
},
{
“姓名”:”药水”,
“数量”:5
}
]
}
}
-
player.name 获取玩家名称(”英雄”)
-
库存。项[0]。数量获取项目数量(1)
-
球员。等级获得玩家等级(10)
-
写入新数据时自动创建不存在的路径
所有功能均可从蓝图访问。
了解更多
有关详细功能和使用示例,请访问我们的官方文档: https://ayumaxsoft.com/easyjsonparser/

评论(0)