json_json_keys
Extract the top-level keys from a JSON object and return them as a JSON array. Use to list property names of any JSON data.
Instructions
[json] Return the top-level keys of a JSON object as a JSON array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |