Last active
April 5, 2022 21:59
-
-
Save DaCuteRaccoon/94b4b42f4dceedf7683dcd72f9a7c184 to your computer and use it in GitHub Desktop.
Learn JSON in 10 minutes! https://www.youtube.com/watch?v=iiADhChRriM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"username": "DaCuteRaccoon", | |
"name": "Procyon Lotor", | |
"type": "Raccoon", | |
"favoriteNumber": 7, | |
"secondFavoriteNumber": 3, | |
"favoriteHex": "0x7", | |
"favoriteBin": "0b111", | |
"favoriteOctal": "0o7", | |
"isProgrammer": true, | |
"interestsAndHobbies": ["Programming", "Gaming", "Flight", "Skiing", "Raccoons"], | |
"programming": [{ | |
"listOfLanguages": "https://en.wikipedia.org/wiki/List_of_programming_languages", | |
"languagesKnown": ["AutoHotkey", "Bash", "BASIC", "Batch file (Windows/MS-DOS)", "Blockly", "C++", "ECMAScript", "Etoys", "Go", "Google Apps Script", "Java", "JavaScript", "Nix (Systems configuration language", "PHP", "PowerShell", "Processing.js", "Python", "Ruby", "Rust", "Scratch", "TeX", "VBScript"], | |
"languagesToLearn": ["C", "C#", "Lua", "Processing", "TypeScript", "WebAssembly"] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment