Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/apiextensions.k8s.io@v1/mod.ts>JSON

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
type alias JSON
import { type JSON } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/apiextensions.k8s.io@v1/mod.ts";

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

definition: c.JSONValue