Whats new in JSON Helper v1.20
6 things about JSON Helper for AppleScript
1. JSON Helper also makes it easy to parse the responses of many popular web services directly into AppleScript with convenience methods for fetching and parsing the responses from URLs.
2. JSON Helper lets you convert JSON directly into AppleScript records, lists and strings, and convert AppleScript records, lists and strings into JSON.
3. JSON Helper is an agent which allows you to do useful things with JSON (JavaScript Object Notation) directly from AppleScript.
4. JSON Helper is by far the easiest way to work with JSON in AppleScript.
5. JSON Helper has no interface, and runs in the background waiting for AppleScripts to ask it to do something.
6. See our web page for more information and a set of useful examples.
- Release date: 2021-04-14
- Current version: 1.20
- File size: 2.49 MB
- Developer: David Blishen
How to setup JSON Helper APK:
APK (Android Package Kit) files are the raw files of an Android app. Learn how to install json-helper-for-applescript.apk file on your phone in 4 Simple Steps:
- Download the json-helper-for-applescript.apk to your device using any of the download mirrors.
- Allow 3rd Party (non playstore) apps on your device: Go to Menu » Settings » Security » . Click "Unknown Sources". You will be prompted to allow your browser or file manager to install APKs.
- Locate the json-helper-for-applescript.apk file and click to Install: Read all on-screen prompts and click "Yes" or "No" accordingly.
- After installation, the JSON Helper app will appear on the home screen of your device.
Is JSON Helper APK Safe?
Yes. We provide some of the safest Apk download mirrors for getting the JSON Helper apk.
Download Mirrors
Reviews
-
Thanks for stiil updating it!
I could not do without this library. The perfect way to use JSON with AppleScript.
~ By Atlantaner
-
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.
~ By mheath20
-
Does what it should
Yup, does what it says.
~ By _.Maximus._
-
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.
~ By SeanM5
-
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.
~ By mcglk
Alternative Apps like JSON Helper
More apks by David Blishen