Documentation
¶
Overview ¶
Package implement ...
Description : implement ...
Author : go_developer@163.com<白茶清欢>
Date : 2025-05-06 11:00
Package implement ...
Description : implement ...
Author : go_developer@163.com<白茶清欢>
Date : 2025-05-06 11:53
Index ¶
- func NewGjsonRead(sourceData string) abstract.IJsonRead
- func NewSjsonWrite() abstract.IJsonWrite
- type SjsonWrite
- func (s *SjsonWrite) Array() ([]any, error)
- func (s *SjsonWrite) ArrayWithReceiver(receiver any) error
- func (s *SjsonWrite) Delete(dataPath string) error
- func (s *SjsonWrite) Map() (map[string]any, error)
- func (s *SjsonWrite) MapWithReceiver(receiver any) error
- func (s *SjsonWrite) Result() string
- func (s *SjsonWrite) Set(dataPath string, data any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSjsonWrite ¶
func NewSjsonWrite() abstract.IJsonWrite
Types ¶
type SjsonWrite ¶
type SjsonWrite struct {
// contains filtered or unexported fields
}
func (*SjsonWrite) Array ¶
func (s *SjsonWrite) Array() ([]any, error)
func (*SjsonWrite) ArrayWithReceiver ¶
func (s *SjsonWrite) ArrayWithReceiver(receiver any) error
func (*SjsonWrite) Delete ¶
func (s *SjsonWrite) Delete(dataPath string) error
func (*SjsonWrite) MapWithReceiver ¶
func (s *SjsonWrite) MapWithReceiver(receiver any) error
func (*SjsonWrite) Result ¶
func (s *SjsonWrite) Result() string
Click to show internal directories.
Click to hide internal directories.