The default structure of the .json file is as follows:
Code
[
{
"http://portal.com": "00:1A:79:00:00:00"
},
{
"http:///portal.net:88": "00:1A:79:00:00:00"
},
{
"http:///portal.com:88": "00:1A:79:00:00:00"
}
]
Display More
I created the abbreviated format you mentioned to make it easier for me to write very large files.
Code
[
{"http://portal.com":"00:1A:79:00:00:00"},
{"http:///portal.net:88":"00:1A:79:00:00:00"},
{"http:///portal.com:88":"00:1A:79:00:00:00"}
]
You can add or remove as many whitespaces as you want, as long as you don't change the structure of the .json file. e.g.
Code
[{"http://portal.com":"00:1A:79:00:00:00"},{"http:///portal.net:88":"00:1A:79:00:00:00"},{"http:///portal.com:88":"00:1A:79:00:00:00"}]
or
Code
[
{
"http://portal.com":
"00:1A:79:00:00:00" },
{
"http:///portal.net:88": "00:1A:79:00:00:00"
},
{
"http:///portal.com:88":
"00:1A:79:00:00:00"
}
]
Display More
In the latest versions of MultiStalkerPro, an "entrypoint" is added to the portals you have visited.
As it uses the .json file to write the entrypoints, it resets this file to its default structure.
