FJsonObject are super useful when developing tools and the simplest way to deal with them in Unreal is by using Structures that we can then convert to Json with the FJsonObjectConverter. We can also convert them to a String with the FJsonSerializer to be able to write all your content in a text file.
1 Like