JSON is a way of storing structured data, e.g. as lists, dictionaries or even potentially as objects, in text files. This is called "serialisation". The de facto way to work with JSON in C# is to use ...