type Structural … type StructuralOrBool … type Generic … type Extensions … type ValidationExtensions … type ValueValidation … type NestedValueValidation … type JSON … // DeepCopy creates a deep copy of the wrapped JSON value. func (j JSON) DeepCopy() JSON { … } // DeepCopyInto creates a deep copy of the wrapped JSON value and stores it in into. func (j JSON) DeepCopyInto(into *JSON) { … }