The JSON GPT Processor is a powerful web application that allows you to analyze and extract information from JSON data using natural language prompts. This guide will walk you through the basic features and how to use the application effectively.
The main interface of the JSON GPT Processor
The application consists of four main components:
Start by pasting your JSON data into the main input area. The application accepts any valid JSON format.
The JSON input field where you paste your data
Example of modifying JSON data directly in the input field
In the prompt field, enter a natural language description of what you want to extract or analyze from the JSON data.
The prompt input field
Example prompts:
list all names
find the highest value
count total items
Example of an entered prompt
Click the "Process JSON" button to analyze your data according to your prompt.
The Process JSON button initiates the analysis
The results will appear in the output area below the input fields. The application will display:
Example of processed results showing the extracted data