Versions in this module Expand all Collapse all v0 v0.1.0 Sep 30, 2023 Changes in this version + type Json struct + func FromBytes(data []byte) (*Json, error) + func FromFile(filepath string) (*Json, error) + func FromString(s string) (*Json, error) + func FromStruct(v interface{}) *Json + func New() *Json + func (m *Json) Array() []Json + func (m *Json) Get(path string) *Json + func (m *Json) Map(path string, def ...map[string]interface{}) map[string]interface{} + func (m *Json) Set(path string, v interface{}) + func (m *Json) ToBytes() []byte + func (m *Json) ToFile(filepath string) error + func (m *Json) ToString() string + func (m *Json) ToStruct(v interface{}) error