EasyJsonParser icon indicating copy to clipboard operation
EasyJsonParser copied to clipboard

json parse library for unreal engine

Results 4 EasyJsonParser issues
Sort by recently updated
recently updated
newest added

Builds fine in UE5, going to test it. Just had remove Win32 from .uplugin config file in order to build. UE5 no longer supports win32.

For example, the following nested array cannot be parsed. ` { "Data": [ [ { "Name": "ABC", "Value": "1" }, { "Name": "DEF", "Value": "AAAA" } ], [ { "Name":...

bug

My current solution is here: 1. copy EasyJsonParser library from "UE_4.26\Engine\Plugins\Marketplace" folder to my project plugin folder. 2. add the following code into my project's `bulid.cs` . ``` PrivateDependencyModuleNames.AddRange(new string[]...

Hello, Do you have any plans to update EasyJsonParser to support 5.5? Was looking to update my project but cannot since I use this plugin quite a bit throughout my...