tradaf 0.1.1

Tranduit Data Format: Translate serialized data from one format to another.
Documentation
{
	"materials": {
		"metal": {
			"reflectivity": 1.0
		},
		"plastic": {
			"reflectivity": 0.5
		}
	},
	"entities": [
		{
			"name": "hero",
			"material": "metal"
		},
		{
			"name": "monster",
			"material": "plastic"
		}
	]
}