Your comments

Hello.

Iridium does not provide import for the MQTT driver.

We understand, do it at your own risk. If the database is damaged and you do not have a backup, the iRidium server will not be able to start. In this case, stop the iRidium server, delete the broken database and start again. The database will be created again automatically, with empty values.

Hello.

Do you want to query the system database? We strongly recommend that you do not remove something from the system database script from the server project. You have the right to do with your database whatever you see fit, but in case of wrong actions, you risk to bring iRidium server inoperable.

var personData = '{"Name":"Иван","age":37,"mother":{"3753":"Ольга","age":58},"children":["Маша","Игорь","Таня"],"married": true,"dog": null}';

var person = JSON.Parse(personData);

IR.Log(person.mother["3753"]); // Ольга

Добрый день.

Вероятно вы хотите получить что-то подобное:

var personData = '{"467375":"Иван","age":37,"mother":{"name":"Ольга","age":58},"children":["Маша","Игорь","Таня"],"married": true,"dog": null}';
var person = JSON.Parse(personData);
IR.Log(person["467375"]); // Иван

Hello.

Install this on your PC.

Then estimate the size of the received data and if memory allows, just collect the data in one piece.

Install Microsoft Visual C++ 2015.

Добрый день.

Вы хотите преобразовать тип? Тогда Number(value).

Если имелось в виду что-то иное, то приложите кусок кода, с пояснениями, что нужно получить.

Hello.

We recommend using the 32-bit version. It is tested most thoroughly.