Skip to content

rdelian/DeJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeJson - An easy way to convert almost anything to JSON and back to UE


alt text

  1. Use DeJsonField to convert anything to a JSON value and build your JSON Object or String. You can pass primitive types, structs, arrays, maps, sets, etc.

  2. You can Convert Json String To Struct easily, 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.

How to install

  1. Clone this repository into ./YourProject/Plugins/ folder
  2. Build the game

install

Examples

Build a JSON String

basic example

Struct → JSON String → Struct

struct to json string to struct

Use case

Send data to backend

backend example

  • Using Struct -> JSON String & JSON String -> Struct you 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.

About

An Unreal Engine plugin to help with JSONs in blueprints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors