Versions in this module Expand all Collapse all v0 v0.1.0 Jan 8, 2025 Changes in this version + func AppendObjectToArrayDirect[T any](pathToFile string, obj T) error + func AppendObjectToArray[T any](pathToFile string, obj T) error + func GetAllObjects(pathToFile string, obj interface{}) error + func GetObjectFromIndex[T any](pathToFile string, index int) (T, error) + func SetAllObjects(pathToFile string, obj interface{}) error