App Inventor 2 以 JSON 格式提取数字

App Inventor 2 extract numbers in JSON format

如何提取 JSON 格式的数字?我找到了一个样本,但我不知道它是如何工作的。我给你看。

样本JSON:{"out":9} {"out":76} {"out":458}

使用 web 组件中的 JsonDecode 块将 JSON 转换为列表列表,然后查看以下示例如何提取您的值

通常如何使用列表和列表列表:
How to work with Lists 来自 Saj
How to work with Lists and Lists of lists (pdf) by appinventor.org

JSON 和列表列表:example1 and example2
Easy to decode large information with JSON format 作者:卡洛斯
A general purpose JSON browser routine 来自 ABG