Basic JSON File


/ Published in: JavaScript
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. {"person":{
  2. "name":"false name",
  3. "position":"your position",
  4. "email":"[email protected]"
  5. }
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.