Loading

Bot Designer for Discord

JSON Guide.

A beginner-friendly guide to the JSON functions in BDFD

Core

Parsing, reading, writing, and inspecting a JSON object

Array

Working with JSON arrays

Variables

Store structured data in a single BDFD variable

All Functions

Getting Started

New to JSON functions?

If you're completely new, start with these two functions in order:

  1. $jsonParse: this always comes first, it loads the JSON into memory
  2. $json: used right after to read values from it