Yes it relates to that -but now I am not going to download this as it is not reccomendable.
This computer is for experiments only ., After new year I will have a new one. But I discowered that a new computer will be used only for normal stuffs -it is not suitable for experiments. One can buy a used one for a few 100 dollars and that that can be used for anything .
{
"folders": [
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "Folder Name"
},
...
],
"items": [
{
"id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",
"organizationId": null,
"folderId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"type": 1,
"reprompt": 0,
"name": "My Gmail Login",
"notes": "This is my gmail login for import.",
"favorite": false,
"fields": [
{
"name": "custom-field-1",
"value": "custom-field-value",
"type": 0
},
...
],
"login": {
"uris": [
{
"match": null,
"uri": "https://mail.google.com"
}
],
"username": "myaccount@gmail.com",
"password": "myaccountpassword",
"totp": otpauth://totp/my-secret-key
},
"collectionIds": null
},
...
]
}
How to use this? . This kind of things looks wery mysterious . I copied this then I pasted it in text-editor as a plain text saved as bw.json but it did not worked . This formula is about how to condition a bw.json file
I wrote some documents in the formula -it did not worked
But also it states to create first a UTF-8 encoded plain text file - how to do this? I did it in text editor -but I do not know if that is the right way.