Versions in this module Expand all Collapse all v1 v1.0.1 Dec 4, 2023 Changes in this version + var Decode = xencoding.JSONDecode + var Encode = xencoding.JSONEncode + func Minify(v interface{}) string + func Pretty(v interface{}) string + func ToGoStruct(s string) (string, error) + type JSON struct + func New(s string) *JSON + func (j *JSON) Index(index int) *JSON + func (j *JSON) Key(key string) *JSON + func (j *JSON) ToInt64() int64 + func (j *JSON) ToJSON() string + func (j *JSON) ToMap() map[string]interface{} + func (j *JSON) ToSlice() []interface{} + func (j *JSON) ToString() string + func (j *JSON) Value() interface{}