Versions in this module Expand all Collapse all v1 v1.4.0 Mar 10, 2023 Changes in this version + type JsonOpts struct + Array TransformArrayJson + Object TransformObjectJson + Primitive TransformPrimitiveJson + TypeChange TransformTypeChangeJson + func (opts JsonOpts) Transform(before, after interface{}, beforeExplicit, afterExplicit bool, ...) computed.Diff + type TransformArrayJson func([]computed.Diff, plans.Action) computed.Diff + type TransformObjectJson func(map[string]computed.Diff, plans.Action) computed.Diff + type TransformPrimitiveJson func(before, after interface{}, ctype cty.Type, action plans.Action) computed.Diff + type TransformTypeChangeJson func(before, after computed.Diff, action plans.Action) computed.Diff + type Type string + const Array + const Bool + const Null + const Number + const Object + const String + func GetType(json interface{}) Type