Example JSON Bin

Toggle Light/Dark Mode

Example JSON Bin

{
title:"Bartholomew and the Mysterious Bin",
characters: [
{
name:"Bartholomew Whitaker",
traits: [
"troublemaker",
"thinker",
"high-energy genius",
],
best_friend:"Sue",
age:10,
},
{
name:"Sue",
species:"cat",
gender:"male",
traits: [
"curious",
"observant",
"silent but wise",
],
},
{
name:"Douglas Finch",
traits: [
"curious",
"energetic",
"searching for purpose",
],
age:11,
},
],
discovery: {
location:"Backyard behind the shed",
object_found: {
type:"metal bin",
condition:"rusted",
contents: [
{
type:"papers",
details: [
"handwritten notes",
"sketches",
"strange symbols",
],
},
{
type:"note",
message:"If you're reading this, you're like me. These ideas were never finished—but maybe you can finish them. When you're done, pass it on.",
},
],
},
},
work: {
duration_days:7,
categories: {
inventions: [
"gravity-reversing trampoline",
"self-writing notebook",
],
codes_and_riddles: [
{
type:"cipher",
method:"mirror reflection",
solved:true,
},
{
type:"pig latin message",
content:"Igpay Atinlay",
},
],
stories: [
{
title:"The Robot Who Wanted to Dream",
status:"unfinished",
},
{
title:"The Cat Detective",
status:"half-written",
},
],
},
},
final_bin: {
creator:"Bartholomew Whitaker",
contents:"A collection of ideas, inventions, and half-finished wonders—ready for someone else to discover and complete.",
recipient:"Douglas Finch",
pass_on_instructions:true,
},
outcome: {
douglas_reaction:"Excited",
future:"Another child will eventually find and add to the bin.",
},
meta: {
timestamp:"2025-02-18T12:00:00Z",
valid:true,
notes:null,
},
}