Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baca53d commit 79504cfCopy full SHA for 79504cf
doc/src/sgml/func.sgml
@@ -12822,17 +12822,20 @@ table2-mapping
12822
For example, suppose you have some JSON data from a GPS tracker that you
12823
would like to parse, such as:
12824
<programlisting>
12825
-{ "track" :
12826
- {
12827
- "segments" : [
12828
- { "location": [ 47.763, 13.4034 ],
+{
+ "track": {
+ "segments": [
+ {
12829
+ "location": [ 47.763, 13.4034 ],
12830
"start time": "2018-10-14 10:05:14",
12831
"HR": 73
12832
},
- { "location": [ 47.706, 13.2635 ],
12833
12834
+ "location": [ 47.706, 13.2635 ],
12835
"start time": "2018-10-14 10:39:21",
12836
"HR": 135
- } ]
12837
+ }
12838
+ ]
12839
}
12840
12841
</programlisting>
0 commit comments