As an example:
/json/devices.json file has below definitions:
{
"manufacturer": "Kobo",
"market_name": "Kobo Arc",
"codename": "zeus",
"model": "Arc"
},
{
"manufacturer": "Sony Ericsson",
"market_name": "Xperia Play",
"codename": "Zeus",
"model": "Zeus"
},
Note the different cases of "zeus" and "Zeus".
Then in /json/codenames/Zeus.json file, there is below content:
[
{
"manufacturer": "Kobo",
"market_name": "Kobo Arc",
"codename": "zeus",
"model": "Arc"
}
]
This happens for all the similar situations; such as "vision", "swift", "SCH-i509", "Pegasus",.. etc
As an example:
/json/devices.jsonfile has below definitions:{ "manufacturer": "Kobo", "market_name": "Kobo Arc", "codename": "zeus", "model": "Arc" }, { "manufacturer": "Sony Ericsson", "market_name": "Xperia Play", "codename": "Zeus", "model": "Zeus" },Note the different cases of
"zeus"and"Zeus".Then in
/json/codenames/Zeus.jsonfile, there is below content:[ { "manufacturer": "Kobo", "market_name": "Kobo Arc", "codename": "zeus", "model": "Arc" } ]This happens for all the similar situations; such as
"vision","swift","SCH-i509","Pegasus",.. etc