# io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON

From **Kubernetes**.

JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.

## JSON Schema

```json
{"description":"JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil."}
```
