For save data to storage ( Browser ) - With Array
const my_data = {
"id" : 1,
"status": true,
"token" : token,
"ip" : '192.168.12.1',
"key" : true
};
_saveStorage(my_data,"_gQuery");
For save data to storage ( Browser )- Without Array
_saveStorage("username_app","Lorem Ipsum");