📕
StickPage Community Docs
  • README
  • Documentation Style Guide
  • The Central Database
    • About Central Database
    • The JSON Schema
      • JSON Schema: StickPage Entry
    • Contribute
      • Adding new entry
      • Updating existing entry
      • Removing an entry
  • Community
    • Policies
      • Community Code of Conduct
      • Reporting Code of Conduct Violations
    • Community Hubs Network Board
Powered by GitBook
On this page
  • Need some help?
  • FAQs
  • Oh god, I'm new to JSON. Welp!
  • Why the #*%) you use JSON?
  • What is the JSON syntax?

Was this helpful?

  1. The Central Database

The JSON Schema

PreviousAbout Central DatabaseNextJSON Schema: StickPage Entry

Last updated 4 years ago

Was this helpful?

Each directory (namely stickpage, slushers, and animators) has its own different JSON fields and formats.

Need some help?

We complied templates to ease filling up the form and available in the templates directory of the Central Database repo. We'll also have an JSON generator app soon.

FAQs

Oh god, I'm new to JSON. Welp!

Don't worry, we got you covered! and pick one or even a few about JSON 101 to help you get started.

Why the #*%) you use JSON?

  • We can easily send a response to the client from the API because JSON is just text-only.

  • JSON is language independent. While JSON uses JavaScript syntax, the JSON format is just text.

What is the JSON syntax?

See also for more details for detailed syntax.

Values must be a string, a number, an object (JSON object), an array, a boolean (true or false), or null

Try a quick DuckDuckGo search
this article on W3Schools