mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-04 00:14:55 +01:00
26 lines
340 B
JSON
26 lines
340 B
JSON
{
|
|
"access_points": [
|
|
{
|
|
"ssid": "o",
|
|
"snr": 1,
|
|
"channel": 11,
|
|
"author": {
|
|
"first_name": "Jakob",
|
|
"last_name": "Olson"
|
|
},
|
|
"test_obj": {
|
|
"inner_test": 1
|
|
},
|
|
"array1" : [
|
|
{
|
|
"inner_array" : [
|
|
],
|
|
"field5": 0,"a3":2,"a4":5
|
|
},
|
|
{
|
|
"field1": 3, "b2":1, "v4": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|