JSON Helper for AppleScript 4+

David Blishen

    • 4.4 • 25 个评分
    • 免费

截屏

简介

JSON Helper is an agent which allows you to do useful things with JSON (JavaScript Object Notation) directly from AppleScript.

JSON Helper has no interface, and runs in the background waiting for AppleScripts to ask it to do something. JSON Helper is by far the easiest way to work with JSON in AppleScript.

JSON Helper lets you convert JSON directly into AppleScript records, lists and strings, and convert AppleScript records, lists and strings into JSON.

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.

See our web page for more information and a set of useful examples.

新内容

版本 1.20

Maintenance release for Big Sur and Apple Silicon.

评分及评论

4.4(满分 5 分)
25 个评分

25 个评分

SeanM5

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.

DW.AK

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”… :)

mcglk

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.

App 隐私

开发者“David Blishen”已表明该 App 的隐私规范可能包括了下述的数据处理方式。有关更多信息,请参阅开发者隐私政策

未收集数据

开发者不会从此 App 中收集任何数据。

隐私处理规范可能基于你使用的功能或你的年龄等因素而有所不同。了解更多

更多来自此开发人员的 App