package nmapper
import "git.noahlan.cn/noahlan/ntool/ndef"
const (
mapperTagKey = "mapper"
jsonTagKey = "json"
flattenSeparator = ndef.DotStr
)