Skip to content

Commit 08be7af

Browse files
Update readme
1 parent 19b73e2 commit 08be7af

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var obj = {
8787
"lastName": "Smith",
8888
"dateOfBirth": new Date(1964, 7, 26),
8989
"address": {
90-
"__attr": {
90+
"@": {
9191
"type": "home"
9292
},
9393
"streetAddress": "3212 22nd St",
@@ -97,22 +97,22 @@ var obj = {
9797
},
9898
"phone": [
9999
{
100-
"__attr": {
100+
"@": {
101101
"type": "home"
102102
},
103-
"__val": "123-555-4567"
103+
"#": "123-555-4567"
104104
},
105105
{
106-
"__attr": {
106+
"@": {
107107
"type": "cell"
108108
},
109-
"__val": "890-555-1234"
109+
"#": "890-555-1234"
110110
},
111111
{
112-
"__attr": {
112+
"@": {
113113
"type": "work"
114114
},
115-
"__val": "567-555-8901"
115+
"#": "567-555-8901"
116116
}
117117
],
118118
"email": "john@smith.com"

0 commit comments

Comments
 (0)