client-gok8s.io/client-go/pkg/util/json Index | Files

package json

import "k8s.io/client-go/pkg/util/json"

Index

Functions

func Marshal

func Marshal(v interface{}) ([]byte, error)

Marshal delegates to json.Marshal It is only here so this package can be a drop-in for common encoding/json uses

func NewEncoder

func NewEncoder(w io.Writer) *json.Encoder

NewEncoder delegates to json.NewEncoder It is only here so this package can be a drop-in for common encoding/json uses

func Unmarshal

func Unmarshal(data []byte, v interface{}) error

Unmarshal unmarshals the given data If v is a *map[string]interface{}, numbers are converted to int64 or float64

Source Files

json.go

Version
v2.0.0-alpha.1+incompatible
Published
Dec 20, 2016
Platform
js/wasm
Imports
3 packages
Last checked
3 minutes ago

Tools for package owners.