You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can query the target database to see the new `fulladdress` field in
136
+
You can query the target database to see the new fields in
133
137
the JSON object:
134
138
135
-
```
136
-
> JSON.GET cust:14 $.fulladdress
137
-
"[\"8210 111 ST NW, Edmonton, Canada, T6G 2C7\"]"
139
+
```bash
140
+
> JSON.GET track:1 $
141
+
142
+
"[{\"trackid\":1,\"name\":\"For Those About To Rock (We Salute You)\",\"albumid\":1,\"mediatypeid\":1,\"genreid\":1,\"composer\":\"Angus Young, Malcolm Young, Brian Johnson\",\"milliseconds\":343719,\"bytes\":11170334,\"unitprice\":\"0.99\",\"seconds\":343,\"composerlist\":[\"Angus Young\",\" Malcolm Young\",\" Brian Johnson\"]}]"
0 commit comments