JSON Simplified
JSON Simplified
5 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
Recent comments
Win a $50 Gift Card to the DEV Shop!
I just sent it!
Win a $50 Gift Card to the DEV Shop!
Hi Phuoc! You won the contest! It doesn't seem to let me send...
Create your first website on GitHub Pages
I just saw that, that's awesome! I'm updating the article ...
Which mainstream programming language has the ugliest syntax?
I think you’d put Ada under the verbose category. Definite...
Create your first website on GitHub Pages
Awesome! I just checked out your site, it looks great!
Create your first website on GitHub Pages
Cool! I need to give gitlab a try, I’ve only ever used Git...
Challenge: Write a program that never stops
C int main() { int x = 1; while(x>0); { x--...