Object JSON format

Alexiy

Well-Known Member
Mar 3, 2014
229
128
68
Riga, Latvia
I've been away from modding since December 2015. Now I've started to update my mods to 1.10.2. Are there ways to automate generation of JSON block files? And is there a complete reference of the tags? I started making my own program to generate JSONs, but it would be good to know whether there exist ones already.
 

Pyure

Not Totally Useless
Aug 14, 2013
8,334
7,191
383
Waterloo, Ontario
Any programming language with packages dedicated to making webservices and the like will feature the ability to serialize an object into json.

I use .NET (C#) and Go every day, they both have packages for this. .NET for instance has a popular JSON.NET package that serializes complex objects very quickly (and customizably)