Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c3ef74

Browse files
committed
doc: Format example JSON data better
1 parenta4a5c0c commit6c3ef74

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12916,17 +12916,20 @@ table2-mapping
1291612916
For example, suppose you have some JSON data from a GPS tracker that you
1291712917
would like to parse, such as:
1291812918
<programlisting>
12919-
{ "track" :
12920-
{
12921-
"segments" : [
12922-
{ "location": [ 47.763, 13.4034 ],
12919+
{
12920+
"track": {
12921+
"segments": [
12922+
{
12923+
"location": [ 47.763, 13.4034 ],
1292312924
"start time": "2018-10-14 10:05:14",
1292412925
"HR": 73
1292512926
},
12926-
{ "location": [ 47.706, 13.2635 ],
12927+
{
12928+
"location": [ 47.706, 13.2635 ],
1292712929
"start time": "2018-10-14 10:39:21",
1292812930
"HR": 135
12929-
} ]
12931+
}
12932+
]
1293012933
}
1293112934
}
1293212935
</programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp