Export to JSON File
Export to JSON File
Use this option to write data to an JSON formatted document file.
You will be prompted for the name of the output file.
You need the Json.NET software library by Newtonsoft to write the JSON file.
Json.NET software library is included with the installation of this application.
You can read the export file using most text editors.
Example Output Log
Example JSON Export From Output Log
[
{
"Word": "blanket"
},
{
"Word": "memorandum"
},
{
"Word": "factory"
},
{
"Word": "congregation"
},
{
"Word": "eye"
},
{
"Word": "security"
},
{
"Word": "gathering"
},
{
"Word": ""
}
]