/ Published in: JavaScript
Basic layout for the data contained in a JSON file.(JavaScript Obsect Notation).
Expand |
Embed | Plain Text
{"person":{ "name":"false name", "position":"your position", } }
You need to login to post a comment.
1man on 03/14/07
2 people have marked this snippet as a favorite
Basic layout for the data contained in a JSON file.(JavaScript Obsect Notation).
{"person":{ "name":"false name", "position":"your position", } }
You need to login to post a comment.