Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + type Json struct + func NewJson(jsonString *string) *Json + func NewJsonFromFile(path string) *Json + func (r *Json) Load(target interface{}) error + func (r *Json) ToDataValue() (*data.DataValue, error) + type JsonDeserializableIfc interface + FromJson func(jsonString *string) error + type JsonIfc interface + Load func(target interface{}) error + ToDataValue func() (*data.DataValue, error) + type JsonSerializableIfc interface + ToJson func() (*string, error)