json

package
v0.1.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(pointer string, value string, json []byte) ([]byte, error)

func CreatePatch

func CreatePatch(operation string, from string, path string) (jsonpatch.Patch, error)

func CreatePathPatch

func CreatePathPatch(op string, path string) (jsonpatch.Patch, error)

func CreateValuePatch

func CreateValuePatch(op string, path string, value string) (jsonpatch.Patch, error)

func Move

func Move(pointer string, toPtr string, json []byte) ([]byte, error)

func Remove

func Remove(pointer string, json []byte) ([]byte, error)

func RemoveByValue

func RemoveByValue(pointer string, value string, json []byte) ([]byte, error)

RemoveByValue removes a given value if present at the pointer in the given json. At this point this method supports removing a number from a slice.

func Rename

func Rename(pointer string, value string, json []byte) ([]byte, error)

func Replace

func Replace(pointer string, value string, json []byte) ([]byte, error)

func Value

func Value(pointer string, jsonText string) (interface{}, reflect.Kind, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL