i everyone!
I’ve been working on this plugin called “DataConfig JSON Asset” for a while and submitted weeks ago.
>>> LINK TO THE MARKETPLACE <<<](https://www.unrealengine.com/marketplace/en-US/product/dataconfig-json-asset)
It does one particular thing:
Import JSON files into Unreal Engine as DataAsset
Around this we put in some other goodies that help you design and implement your configuration data pipeline:
- Relaxed JSON parser that supports comments and trailing comma.
- Precise diagnostics on parse error.
- Batch import and reimport.
Take a look at integration tutorial here: https://slowburn.dev/dcjsonasset/Tutorial
Supported JSON schema: https://slowburn.dev/dcjsonasset/Schema
It’s built on top of DataConfig, in which does most of the heavy lifting and is released under MIT license: https://github.com/slowburn-dev/DataConfig
If you have any questions just reply on this thread