Text to JSON¶
To convert each line in a text file, for example:
to (pretty printed):
{
"items": [
{
"uid": "some value",
"title": "some value",
"arg": "some value"
},
{
"uid": "another value",
"title": "another value",
"arg": "another value"
},
{
"uid": "yet another value",
"title": "yet another value",
"arg": "yet another value"
}
]
}
Useful to convert a text file to script filter input for - alfred