We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b73e2 commit 08be7afCopy full SHA for 08be7af
1 file changed
README.md
@@ -87,7 +87,7 @@ var obj = {
87
"lastName": "Smith",
88
"dateOfBirth": new Date(1964, 7, 26),
89
"address": {
90
- "__attr": {
+ "@": {
91
"type": "home"
92
},
93
"streetAddress": "3212 22nd St",
@@ -97,22 +97,22 @@ var obj = {
97
98
"phone": [
99
{
100
101
102
103
- "__val": "123-555-4567"
+ "#": "123-555-4567"
104
105
106
107
"type": "cell"
108
109
- "__val": "890-555-1234"
+ "#": "890-555-1234"
110
111
112
113
"type": "work"
114
115
- "__val": "567-555-8901"
+ "#": "567-555-8901"
116
}
117
],
118
"email": "john@smith.com"
0 commit comments