validate_json
Check whether a JSON string is valid. Returns parsed object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key_id | No | Your Stripe Customer ID, used for metered billing ($1.00/mo base includes first 100 requests; $0.01 each after). | |
| json_string | Yes | The JSON text to validate. |