This page is not finished but is also not under curent development

Part of the information in this page was taken from the wikipedia. Go take a look for more information.

Some content will be explained using examples. Each example will be more complex than the ones before.

Introduction

JavaScript Object Notation (JSON) is an open standard file format, and data interchange format, that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and array data types (or any other serializable value)

JSON's basic data types are:

Spaces and line jumps (enter) are ignored if they are not in a string. This means you can use enter to organize your json file.

Objects provides information to the game to indicate which functions must be executed and with which variables.