Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Is a data format for the serialization of associative arrays.

Simple Format

This format is designed to be read by humans and to be changed manually. It is used in order to describe the version properties.

Syntax

Data TypeDisplay
String"an example string"
Array("a", "b", "c")
Dictionaries/associative Arrays


Codeblock
{
    "key" = "value";
    ...
}


...