JSON Helper for AppleScript App Reviews

8 Customer Reviews:

Simple, does what it says

This is a helpful little app that does exaclty what it claims: adds the ability to work with JSON data in AppleScript.

perrytancredi · 14 years ago

For this application to actually work, you have to leave it as a "helper" application running in the background. Id prefer it if this could just be a Scripting Addition plugin, but Im pretty sure those arent allowed on the App Store. Wish Apple would change their mind about this though.

cooljeanius · 14 years ago

Performs great

This helper app does exactly what it says, and it does it well. Very helpful for anyone dealing with JSON and Applescript. Nothing else is this easy.

sm@rg · 12 years ago

This is a great app, and has allowed me to do much more in applescript. The developer was also responsive when I emailed with a question. He even provided me with a beta version that had a feature I asked for. (I only wish he would officially release that version here, so that everyone could have it)

JediOrange · 12 years ago

Works as advertised.

This product is genius. It works as advertised. I’m very happy with it. Now I just with there was a “CSV Helper for Applescript”… :)

DW.AK · 10 years ago

Works great even for me and I’m a non developer type. I’ve been using it to pull in data from import.io api’s and it has opened up a whole new world for me. Thanks for the great app!

Electro Hobo · 10 years ago

Take, for example: global alertResult tell application "Google Chrome" set alertResult to display alert "Hi!" buttons {"Well, hello there."} end tell tell application "JSON Helper" set jsonResult to make JSON from alertResult end tell This results in an error, because the display alert returns the following record: {button returned:”Well, hello there."} and JSON Helper barfs on it. It does work if the key is properly quoted in AppleScript: {|button returned|:"Well, hello there.”} but that’s not how display alert returns it.

mcglk · 10 years ago

Very happy with this app, makes it extremely simple to fetch data from JSON files and use within Applescript. The developer support was very helpful too when I asked a question via email.

SeanM5 · 10 years ago

Not working on M3 / Sonoma

Reinstalled, no change.

Jim D in MA · 2 years ago

Oops, not what I wanted!

I didn't realize until I had already downloaded that it is an app that must be always running in the background. Sorry, but that doesn't work for me. Why not just make the source available to save us some time making our own JSON functions?

λανθάνος · 6 years ago

Thanks for stiil updating it!

I could not do without this library. The perfect way to use JSON with AppleScript.

Atlantaner · 7 years ago

Appears Broken on Mojave

HTTP Basic Auth appears broken on Mojave, rendering this useless for anything that needs authentication. I just get empty string responses on queries that curl handles fine.

mheath20 · 7 years ago

Does what it should

Yup, does what it says.

_.Maximus._ · 7 years ago

Works perfectly

Very happy with this app, makes it extremely simple to fetch data from JSON files and use within Applescript. The developer support was very helpful too when I asked a question via email.

SeanM5 · 10 years ago

Fails on very basic things.

Take, for example: global alertResult tell application "Google Chrome" set alertResult to display alert "Hi!" buttons {"Well, hello there."} end tell tell application "JSON Helper" set jsonResult to make JSON from alertResult end tell This results in an error, because the display alert returns the following record: {button returned:”Well, hello there."} and JSON Helper barfs on it. It does work if the key is properly quoted in AppleScript: {|button returned|:"Well, hello there.”} but that’s not how display alert returns it.

mcglk · 10 years ago

Just what I needed

Works great even for me and I’m a non developer type. I’ve been using it to pull in data from import.io api’s and it has opened up a whole new world for me. Thanks for the great app!

Electro Hobo · 10 years ago

Works as advertised.

This product is genius. It works as advertised. I’m very happy with it. Now I just with there was a “CSV Helper for Applescript”… :)

DW.AK · 10 years ago

Super helpful

This is a great app, and has allowed me to do much more in applescript. The developer was also responsive when I emailed with a question. He even provided me with a beta version that had a feature I asked for. (I only wish he would officially release that version here, so that everyone could have it)

JediOrange · 12 years ago

Performs great

This helper app does exactly what it says, and it does it well. Very helpful for anyone dealing with JSON and Applescript. Nothing else is this easy.

sm@rg · 12 years ago

Kind of a clunky way to extend AppleScripting functionality

For this application to actually work, you have to leave it as a "helper" application running in the background. I'd prefer it if this could just be a Scripting Addition plugin, but I'm pretty sure those aren't allowed on the App Store. Wish Apple would change their mind about this though.

cooljeanius · 14 years ago

Simple, does what it says

This is a helpful little app that does exaclty what it claims: adds the ability to work with JSON data in AppleScript.

perrytancredi · 14 years ago