Versions in this module Expand all Collapse all v0 v0.2.3 Jun 26, 2025 v0.2.2 Jun 23, 2025 Changes in this version + func CreateNonExistingFolder(path string) error + func PathExists(path string) bool + type JSONFile struct + IsEqual func(a, b T) bool + Merge func(existing *T, newItem T) + func (j *JSONFile[T]) Load(fileName string) ([]T, error) + func (j *JSONFile[T]) Remove(fileName string, remove func(t T) bool) error + func (j *JSONFile[T]) Save(fileName string, newItem T) error