8000
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 a4a5c0c commit 6c3ef74Copy full SHA for 6c3ef74
doc/src/sgml/func.sgml
@@ -12916,17 +12916,20 @@ table2-mapping
12916
For example, suppose you have some JSON data from a GPS tracker that you
12917
would like to parse, such as:
12918
<programlisting>
12919
-{ "track" :
12920
- {
12921
- "segments" : [
12922
- { "location": [ 47.763, 13.4034 ],
+{
+ "track": {
+ "segments": [
+ {
12923
+ "location": [ 47.763, 13.4034 ],
12924
"start time": "2018-10-14 10:05:14",
12925
"HR": 73
12926
},
- { "location": [ 47.706, 13.2635 ],
12927
12928
+ "location": [ 47.706, 13.2635 ],
12929
"start time": "2018-10-14 10:39:21",
12930
"HR": 135
- } ]
12931
+ }
12932
+ ]
12933
}
12934
12935
</programlisting>
0 commit comments