Versions in this module Expand all Collapse all v0 v0.3.0 Sep 24, 2025 v0.2.0 Sep 18, 2025 v0.1.0 Aug 29, 2025 Changes in this version + type Processor struct + func NewProcessor(data []byte) (*Processor, error) + func (p *Processor) Bytes() []byte + func (p *Processor) GetValue(path string) (interface{}, error) + func (p *Processor) ReplaceString(path, value string) error