
If you want more technical information about how Moralis handles data storage internally, be sure to check out our official documentation on Data Storage.

Specifically, Moralis stores internal data as JSON, meaning that any type of data that can be converted to JSON can be stored on Moralis. However, there are situations when it can be helpful to get some insight into how data is stored on the Moralis platform. Moralis is all about ease of use, so the Moralis SDK is designed so that you won’t need to worry about how data is stored. You’ll likely already know that the Moralis Real-Time Database enables you to store JSON data, and sync any data between users in real-time. When working with Moralis, however, you don’t even need to know all the nitty-gritty details of JSON.

As such, let’s dive into JavaScript Object Notation to answer “what is JSON?”. Nevertheless, JSON is important enough for web development (and Web3 development) that it deserves a guide of its own. We’ve briefly touched on JSON in our “ What is JavaScript? ” article, and in our guide comparing Infura alternatives. JSON, which stands for JavaScript Object Notation, is a text-based data interchange format that’s based on JavaScript object syntax. If you’re a developer, you’ve likely heard of JSON.
