Skip to content
Snippets Groups Projects
Commit 79504cfe authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

doc: Format example JSON data better

parent baca53d3
No related branches found
No related tags found
No related merge requests found
......@@ -12822,17 +12822,20 @@ table2-mapping
For example, suppose you have some JSON data from a GPS tracker that you
would like to parse, such as:
<programlisting>
{ "track" :
{
"track": {
"segments": [
{ "location": [ 47.763, 13.4034 ],
{
"location": [ 47.763, 13.4034 ],
"start time": "2018-10-14 10:05:14",
"HR": 73
},
{ "location": [ 47.706, 13.2635 ],
{
"location": [ 47.706, 13.2635 ],
"start time": "2018-10-14 10:39:21",
"HR": 135
} ]
}
]
}
}
</programlisting>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment