We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

1man on 03/14/07


Tagged

basic data file json


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

vali29
korzhik


Basic JSON File


Published in: JavaScript 


Basic layout for the data contained in a JSON file.(JavaScript Obsect Notation).

  1. {"person":{
  2. "name":"false name",
  3. "position":"your position",
  4. "email":"fake@email.com"
  5. }
  6. }

Report this snippet 

You need to login to post a comment.