10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28 | 10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28 |
-
+
-
+
| <title>JSON files</title>
<p>JSON is a data representation format derived from Javascript (the browser embedded
programming language for websites). Streamtuner2 uses it to store its configuration
and radio station data files.</p>
<p>The MIME type of these files is application/json and they often look like: </p>
<p><code>
<code>
[
{
"title": "Station title..",
"url": "http://1.2.3.4:8000/",
"homepage": "http://radio.org/",
},
{ "title": "second" }
]
</code></p>
</code>
</page> |