# How to : Verify my JSON File

{% hint style="info" %} <mark style="color:blue;">If you're looking to mint your own tokens using custom scripts or inscriptions, it's crucial to ensure the integrity of your JSON file before proceeding.</mark> \ <mark style="color:blue;">**Even the slightest discrepancy in the use of quotation marks or an invalid schema could result in a valueless transaction, effectively causing your minting attempt to fail.**</mark> \ <mark style="color:blue;">To prevent such issues, we recommend using a JSON validator to verify the structure and format of your JSON file before you begin minting.</mark>
{% endhint %}

#### Steps to Validate Your JSON File:

1. Visit <https://jsonlint.com/>. \
   This is a simple and user-friendly tool for validating your JSON data.
2. Copy the contents of your JSON file and paste them into the text box on the webpage.
3. Click on the `Validate JSON` button. \
   The tool will then check your JSON data for any syntactical errors and inform you if any are found.

If your JSON data is valid, the tool will return a "<mark style="color:green;">**Valid JSON**</mark>" message. If the tool finds any errors, it will highlight them for you, allowing you to fix the issues before proceeding with the minting process.

**Taking the time to validate your JSON file can save you from potential setbacks and wasted resources.** This step, although it may seem small, is a significant part of ensuring a successful minting process.

Happy minting!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.doginals.academy/eng/expert-guides/how-to-verify-my-json-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
