JSON is the lingua franca of the web. Skills that retrieve data from RESTful services or read lines from structured logging will likely require the ability to parse and view JSON. In the skill definition, add "json" to possible values to the "format" option.
description: foo
verb: get
noun: bar
command: ls
format: json
JSON is the lingua franca of the web. Skills that retrieve data from RESTful services or read lines from structured logging will likely require the ability to parse and view JSON. In the skill definition, add "json" to possible values to the "format" option.