JSON MAKER on the GPT Store
GPT Prompt Starters
- LOOK AT THEESE SEQUEJNCEOF EXCHANGS. THE MEGAPROMPT FORMAT IS AWESOME. I WANT YOU TO CONTINUE HTIS TRADITION OF MAKING MEGAPROMPTS. BUT FOR ANY TYPE OF JSON. TO PROVE THAT YOU DNDESTAND WHA T I MENA, CHOOSE ANY TOPIC AND MMAKE A MEGAPROMPT. Ah, I see. You're asking to enhance the prompt so that it leverages the JSON format effectively for a world-building exercise. This means structuring the data in a way that would be practical for a tabletop game, where each element is clearly defined and can be easily referenced or manipulated within the game mechanics. Here's an example of how you could structure such a JSON object for the Akan SHANTI KINGDOM magical setting: json Copy code { "ShantiKingdom": { "description": "A hidden mystical realm within a lush bush, protected by a magical sky glow. Home to wise animals and full of adventure.", "geography": { "biomes": [ { "name": "Whispering Leaves Forest", "features": ["bioluminescent canopy", "talking trees", "ancient spirits"] }, { "name": "Healing Waterfalls", "features": ["mineral-rich waters", "shimmering rivers", "magical flora"] } ], "architecture": [ { "type": "stilt huts", "materials": ["golden grass", "ancient wood"], "special_properties": ["sun shimmer effect", "elevated position"] }, { "type": "suspension bridges", "materials": ["rope", "living vines"], "special_properties": ["connects tree homes", "sways to music of the wind"] } ] }, "inhabitants": { "animals": [ { "species": "Wise Owl", "abilities": ["ancient knowledge", "quest giving"], "habitat": "Whispering Leaves Forest" }, { "species": "Sacred Beast", "abilities": ["guardian of treasure", "pathfinder"], "habitat": "Deep Bush" } ], "spirits": [ { "type": "Guardian Orbs", "abilities": ["protective light", "story keepers"], "locations": ["Throughout the kingdom"] } ] }, "culture": { "market_bazaar": { "items": ["enchanted artifacts", "reality-altering spices", "magic textiles"], "experience": "A bustling hub of trade where every item has a story." }, "central_shrine": { "feature": "Ancient Baobab Portal", "guardians": ["Kingdom's wisest shamans"], "function": "Gateway to other dimensions" } }, "adventures": [ { "quest": "Riddle of the Rustling Leaves", "challenge": "Interpret the whispers of the leaves to find the hidden glade.", "rewards": ["ancient wisdom", "allyship of a tree spirit"] }, { "quest": "The Healing Waterfall's Secret", "challenge": "Brave the depths behind the waterfall to uncover its healing secret.", "rewards": ["healing abilities", "rare minerals"] } ] } } This JSON structure organizes the world into clear, distinct sections like geography, inhabitants, culture, and adventures, each with nested elements that detail the features, abilities, items, and experiences available within the SHANTI KINGDOM. This format is useful for game developers and game masters to structure their game world, allowing for easy access to specific pieces of information and the ability to add or modify elements dynamically. excelllent! can you do a megaprompt for an inventory.json? ChatGPT Absolutely! The following mega-prompt template is designed to create a comprehensive JSON structure for an inventory system, which could be utilized in video games, role-playing games, or any application that requires managing a collection of items. Mega-Prompt for Inventory System JSON Structure Design a JSON object that meticulously catalogues an inventory system. This system should be versatile enough to handle a variety of items and their attributes, suitable for use in a game or application that tracks player or character possessions. The JSON structure should accurately detail the following elements: Item Identification: Each item's unique identifier, name, and description. Categorization: Classification of items into types or categories, such as weapons, consumables, equipment, materials, etc. Attributes: The properties of each item, including stats, effects, durability, and any other relevant characteristics. Quantity and Stackability: Information on how many of each item are in the inventory and whether items can be stacked. Equippable Items: Details on which items can be equipped by a character or player, and any restrictions or requirements for equipping them. Consumable Items: Information on items that can be consumed or used, along with their effects and any usage limitations. Crafting Components: Identification of items that are used as components in crafting or combining processes to create new items. Value and Currency: The monetary worth of each item, if applicable, and how it interacts with the in-game economy. Storage Locations: Designation of where items are stored within the inventory system, such as in specific bags, boxes, or slots. For each section, use a clear and concise key-value pair structure to make the data easily accessible and manipulatable, particularly for integrating with game logic and user interfaces. Here is an example structure to follow: json Copy code { "inventory": [ { "id": "unique_item_id", "name": "Item Name", "description": "A detailed description of the item.", "category": "Item Category", "attributes": { "stat": "value", "effect": "description", "durability": "value" // Add additional attributes as necessary }, "quantity": "number", "stackable": true or false, "equippable": { "is_equippable": true or false, "equip_requirements": ["requirement 1", "requirement 2"] // Add additional equipping details as necessary }, "consumable": { "is_consumable": true or false, "consumable_effects": ["effect 1", "effect 2"] // Add additional consumable details as necessary }, "crafting": { "is_crafting_component": true or false, "used_in": ["item 1", "item 2"] // Add additional crafting details as necessary }, "value": { "currency": "type", "amount": "value" // Add additional economic details as necessary }, "storage_location": "Storage identifier or location" } // Add additional items as necessary ] } Utilize this template to construct your inventory system, ensuring that each item is well-defined and that the structure supports the full scope of interactions a user may have with their items. This template is designed to serve as a foundational tool for developers and designers in creating a robust and detailed inventory system.
- I am building a dataset, please follow these guidelines for when I give you the info: I am looking for nuance. You know that thing where people say that it's the small details that make a good story? You know that thing where they say that you should write from experience? Well, I can't write from experience, but in the extracts, snippets, there's info, nuggets of information you could only get from truly knowing and being in that type of place. Because we are depicting a certain idea/concept/character/whatever it is, we want to capture these nuances in different categories. GENERALLY, we are not looking for, let's say, 'stories', but data that can accurately illustrate, paint a picture of a time and place. So we're talking about settings, we're talking about the kinds of flora, fauna, ways of speaking, all the cultural things, particular specific folklore, myths, legends, architecture, routes, habits, particular routes, routines. We are not looking for a summary. We are looking for clues as to a particular person's routine, or day flow. We'll also go for an iterative approach, where you add and refine to the JSON if you get new information or something that builds upon it. Also, after you build the JSON, please type a few concise next steps. These next steps will be -- requests from me, the user as to what more information you might need from me, and if you know this, where I might get this information from, and generally assess the effectiveness of the JSON that you made. By the way, I alluded to categories earlier, but I am not saying you should make those categories/keys -- instead, I trust in your aptitude as an assistant -- and intuition. Because I'll be giving you loads of text, you must take a moment, and intuitively design the best most appropriate key/value/objects for the kind of information I am giving you. Even though I mentioned things like flora and fauna, this category may not be relevant if I am giving you the biography of a historical figure, for instance. We want the JSON you make to be absolutely unique to the kind of info I am giving you! THE LAST THING IS -- YOU MUST, BEFORE YOU GENERATE THE JSON, GIVE THE USER THREE OPTIONS AS TO THE TYPE OF JSON YOU ARE THINKING OF GENERATING. GIVE THE USER THREE OPTIONS OF THREE DIFFERENT ANGLES TO MAKING THE JSON, BASED ON WHAT YOU HAVE READ. CONFIRM YOU UNDESRTAND THIS IN A LINE, THEN I WILL GIVE YOU THE INFORMATION.
JSON MAKER GPT FAQs
More custom GPTs by Nigel Daley on the GPT Store
CONSTRUCT 3 EVENTER
Recreates Evvents.
50+
212GPT
THE ULTIMATE GPT APP
50+

NODE-RAD
Node-Red Flow Maker
20+

APP Innovator
10+

THREAD MAKER
Makes continuse forum threads
10+
Node-Red Flask Reviver
NODE-RED
10+
Super Story Writer
Writes non generic STORIES
10+

Worldmaker
It builds worlds together
10+

FLASK REVIVER
IT REVIVES FLASK APPS
9+
3000 WORDS
8+

Utilization Strategist Chatbot
Utilization Strategist Chatbot
6+
SPECULATIVE DSIGNER
5+

Fortunate Jack
Finds fortune for the user
4+

GPT ADVENTURE MAKER
GPT ADVENTURE GAME MAKER
4+
StorySketcher
Creates literary sketches for worldbuilding from user ideas.
3+

MBTime
MBTI discussion
1+

World-Noder
1+

Best Alternative GPTs to JSON MAKER on GPTs Store
DIY Maker Workshop
Your Expert DIY Maker and Coding Assistant ... Electronics, Microcontrollers, 3D-Printing, Python Code, HTML, C++, JSON, C, Arduino IDE
400+
Knowledge Maker
Execute a web crawling script, format the data into JSON, and create a file for uploading to MyGPTs' knowledge repository.
200+
Schema Maker
专业生成Action Schema JSON的工具
100+
Trivia Table Maker
Provide a block of information or topic and I will make trivia questions and answers in a table format with CSV or JSON download.
100+
Drum beat maker
A musical companion creates drum loops based on user instructions for tempo, time signature, and rhythm. It outputs a JSON with patterns for drums like kick, snare, and hi-hat. For example, it can place a kick on beats 1 and 3, a snare on 2 and 4, and hi-hats every eighth note.
90+
OpenAPI 3.1.0 Json Spec Maker
60+
Function Maker for Assistants
Assists in creating function call definitions (JSON) for OpenAI Assistants, or creates them from an idea!
50+
Musi-Color Melody Maker
Creates JSON melodies for Musi-Color from web-sourced music.
40+
Function calling JSON maker
Assists in redacting JSON for API definitions.
30+
Knowledge Base Maker🧭
Transforming unstructured text provided by the user during a conversation into a structured knowledgebase, formatted as JSON
30+
JSON Maker for Recipes
20+
Illuminati GPT - Watermelon Ducky Cat Magnolia
Generates professional, expert level responses. Extensive List Maker, OAS JSON YAML Code Builder / Fixer. Maintains Context, skips opening/closing remarks/small talk. *API Call Functions/Actions, Browser, Code Interpreter, Data Analysis, IMG Generation. iMaginolia Approved ✅
20+
Json Maker
Converts various file formats to JSON for GPT training.
10+
Listy Recipe Maker
Specialist in .json recipe creation for Listy, ensuring valid format and clarity.
10+
Gerador de Arquivos
Especialista em criar arquivos (JSON, Word, PDF) estruturados para fácil interpretação.
10+
JSON maker (makes text JSON compatible)
9+
Recipe List Maker
Creates shopping lists with quantities from JSON dish data.
8+
Quiz Master Builder
I always respond with JSON for quiz configurations and results.
6+
SmartPlay Order Maker
把客戶的信息轉化成Order Json
2+
Nifty — PHP Standalone Script Maker
Creates standalone reusable PHP scripts, tools and batch processes.