ua-parser-js/test/data/ua/os/contiki.json
2024-11-28 23:24:19 +07:00

11 lines
235 B
JSON

[
{
"desc" : "Contiki",
"ua" : "Contiki/1.0 (Commodore 64; http://dunkels.com/adam/contiki/)",
"expect" :
{
"name" : "Contiki",
"version" : "1.0"
}
}
]