Versions in this module Expand all Collapse all v0 v0.1.1 Dec 5, 2022 Changes in this version + func Delete(json, path string) (string, error) + func DeleteBytes(json []byte, path string) ([]byte, error) + func Set(json, path string, value interface{}) (string, error) + func SetBytes(json []byte, path string, value interface{}) ([]byte, error) + func SetBytesOptions(json []byte, path string, value interface{}, opts *Options) ([]byte, error) + func SetOptions(json, path string, value interface{}, opts *Options) (string, error) + func SetRaw(json, path, value string) (string, error) + func SetRawBytes(json []byte, path string, value []byte) ([]byte, error) + func SetRawBytesOptions(json []byte, path string, value []byte, opts *Options) ([]byte, error) + func SetRawOptions(json, path, value string, opts *Options) (string, error) + type Options struct + Optimistic bool + ReplaceInPlace bool