gitee.com/zhongguo168a/gocodes@v0.0.0-20230609140523-e1828349603f/datax/jsonmap/jsonkey/json-kind.go (about)

     1  package jsonkey
     2  
     3  type JSONKey int8
     4  
     5  const (
     6  	String JSONKey = iota
     7  )