package
4.10.0
Repository: https://github.com/laisky/go-utils.git
Documentation: pkg.go.dev

# Functions

MarshalToString marshal v to string.
UnmarshalComment unmarshal json, support comment Notice: this func will change the content of raw, all comments will be removed.
UnmarshalCommentFromString unmarshal json from string, support comment Notice: this func will change the content of raw, all comments will be removed.
UnmarshalFromString unmarshal json from string, do not support comment.

# Variables

Marshal marshal v to string.
MarshalIndent marshal v to string with indent.
NewDecoder returns a new decoder that reads from r.
Unmarshal unmarshal json, do not support comment.