Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #7: Download Data and Parse JSON

jdunkerley79
ACE Emeritus
ACE Emeritus

Not sure I did it the simplest way but works...

 

Spoiler
2017-10-06_21-40-49.jpg
JoshKushner
12 - Quasar

First time parsing JSON! After doing this I'm encouraged to learn more about creating JSON and its functions.

SeanAdams
17 - Castor
17 - Castor

wow @JoshKushner - getting close to hitting your 10 badge!

Nice going.

dominiklz
8 - Asteroid
Spoiler
7.PNG
dsmdavid
11 - Bolide

Took some time getting the header names with the spaces in thm...

samN
10 - Fireball

I can't tell if there is an easy way to make this dynamic so you don't have to hardcode in how many rows to skip for getting the names of columns but here is what i got. 

Waynemk
8 - Asteroid

and another one

ggruccio
ACE Emeritus
ACE Emeritus

Wish I had done this exercise about a month ago!  It would have helped with an API call we did at work.

LandonG
8 - Asteroid

My solution.

Spoiler
Untitled picture.png
A_Twa
8 - Asteroid

Fun challenge; I had to spend more time than I care to admit working through REGEX statements, but I managed to get to the same result as the output data (eventually)!