UNPKG
extjs-gpl
Version:
latest (6.2.0)
6.2.0
GPL licensed version of Sencha Ext JS
github.com/tananaev/extjs-gpl
tananaev/extjs-gpl
extjs-gpl
/
build
/
examples
/
classic
/
MVC
/
pandora
/
data
/
stations.json
8 lines
•
238 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
'success'
:
true
,
'results'
: [ {
'id'
: 1,
'played_date'
: 4,
'name'
:
'Led Zeppelin'
}, {
'id'
: 2,
'played_date'
: 3,
'name'
:
'The Rolling Stones'
}, {
'id'
: 3,
'played_date'
: 2,
'name'
:
'Daft Punk'
} ] }