Answer the question
In order to leave comments, you need to log in
How and where is it best to store large JSON/JavaScript arrays?
Hello!
There is a fairly large array of JavaScript by my standards.
Simplified example to understand the example construction:
{
name: 'TEST',
time: 1000,
players: {
'1': {
name: 'Aim.Master',
kills: 38,
deaths: 20,
weapons: {
ak47: {
shoots: 10,
hits: 5,
kills: 20
}, //Дальше следующие оружия...
}
}, //Дальше следующий игрок...
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question