Learning JSON

in #jsonlast month

I'm slightly bored lately.
And amusing myself by doing silly things.

So here's today's JSON:
{
"actor": {
"name": "Jason Momoa",
"full_name": "Joseph Jason Namakaeha Momoa",
"birth": {
"date": "1979-08-01",
"place": "Honolulu, Hawaii, USA"
},
"nationality": "American",
"occupation": "Actor, Producer, Director, Model",
"years_active": "1999–present",
"notable_roles": [
{
"character": "Khal Drogo",
"production": "Game of Thrones",
"type": "TV Series",
"year": "2011–2012"
},
{
"character": "Aquaman / Arthur Curry",
"production": "Aquaman",
"type": "Film",
"year": "2018"
},
{
"character": "Declan Harp",
"production": "Frontier",
"type": "TV Series",
"year": "2016–2018"
}
],
"physical_attributes": {
"height_cm": 193,
"hair_color": "Brown",
"eye_color": "Hazel Green"
},
"social_media": {
"instagram": "https://www.instagram.com/prideofgypsies/",
"twitter": null
},
"fun_facts": [
"Has Hawaiian, Native American, German, and Irish ancestry.",
"Is an avid rock climber and environmental activist.",
"Directed and co-wrote the 2014 film 'Road to Paloma'."
]
}
}

Sort:  

Try using this symbol 3 times: `
...to frame a block of code, like this:

{
    for
        indentation
}

Frame with <code> and </code> or ` twice for inline code.

Congratulations @piotrgrafik! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You distributed more than 67000 upvotes.
Your next target is to reach 68000 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out our last posts:

Our Hive Power Delegations to the May PUM Winners
Feedback from the June Hive Power Up Day
Hive Power Up Month Challenge - May 2025 Winners List

Nice! This is on my learning curve too.