DeJson - An easy way to convert almost anything to JSON and back to UE
-
Use
DeJsonFieldto convert anything to a JSON value and build your JSON Object or String. You can pass primitive types, structs, arrays, maps, sets, etc. -
You can
Convert Json String To Structeasily, without writing a custom parser for each struct, just break to your struct.
*This plugin is intended to be used along the "Json Blueprint Utilities" unreal plugin.
- Clone this repository into
./YourProject/Plugins/folder - Build the game
- Using
Struct -> JSON String&JSON String -> Structyou can send and receive data from your backend in a very easy way, keeping your code clean and maintainable with strong typing. - Or even writing/reading JSON files from disk for various system.




