Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
Mohammad Amin Chitgarha edited this page Jun 7, 2019 · 9 revisions

Welcome to the JSON wiki! You can navigate the documentation from the sidebar on the right side.

What is JSON?

JSON is a class that provides tools to manage your data in JSON format. You can use it as array or object handler, and make type conversions between these three types (JSON, array, object). The indexes, for example, can be accessed using nested keys, separated by dots (e.g. apps.browsers.chrome). Get started! See a quick tutorial.