Decode Nested JSON Online Free

JSON Minifier Online

Related Tools

How It Works

See how NextJSON can minimize your JSON string to a single line.

Convert JSON to One Line

Minify a JSON string to single line and remove spaces and indentation

Input
{
  "message": "Welcome to your daily dose of happiness!",
  "mood": "fantastic",
  "dailyAffirmations": [
    "You are capable of amazing things",
    "Today is full of possibilities",
    "Your smile brightens someone's day"
  ],
  "happyActivities": {
    "outdoor": ["beach walks", "garden picnics", "stargazing"],
    "indoor": ["baking cookies", "cozy reading", "dance parties"],
    "anytime": ["calling friends", "playing with pets", "listening to music"]
  },
  "simpleJoys": {
    "morning": "watching the sunrise with coffee",
    "afternoon": "finding a perfect spot in the park",
    "evening": "sharing dinner with loved ones"
  }
}
Output
{"message":"Welcome to your daily dose of happiness!","mood":"fantastic","dailyAffirmations":["You are capable of amazing things","Today is full of possibilities","Your smile brightens someone's day"],"happyActivities":{"outdoor":["beach walks","garden picnics","stargazing"],"indoor":["baking cookies","cozy reading","dance parties"],"anytime":["calling friends","playing with pets","listening to music"]},"simpleJoys":{"morning":"watching the sunrise with coffee","afternoon":"finding a perfect spot in the park","evening":"sharing dinner with loved ones"}}