Documentation ¶
Index ¶
- func TestAwsomeEscapingJson()
- func TestJsonArraySort()
- func TestJsonMerge()
- func TestJsonObjSort()
- func TestJsonValue()
- func TestOrigJsonEffenciency() (mapIntf, mapIntfAll, structure, parser, conv int64)
- func TestReadSqlKVs()
- func TestSqlToJson()
- func TestStr()
- func TestXmlconv()
- func TestXmlconvAccess()
- type SqlExample
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestAwsomeEscapingJson ¶
func TestAwsomeEscapingJson()
func TestJsonArraySort ¶
func TestJsonArraySort()
func TestJsonMerge ¶
func TestJsonMerge()
func TestJsonObjSort ¶
func TestJsonObjSort()
func TestJsonValue ¶
func TestJsonValue()
func TestOrigJsonEffenciency ¶
func TestOrigJsonEffenciency() (mapIntf, mapIntfAll, structure, parser, conv int64)
func TestReadSqlKVs ¶
func TestReadSqlKVs()
func TestSqlToJson ¶
func TestSqlToJson()
func TestXmlconv ¶
func TestXmlconv()
func TestXmlconvAccess ¶
func TestXmlconvAccess()
Types ¶
type SqlExample ¶
type SqlExample struct { Id int32 `db:"id"` NName sql.NullString `db:"nul_name"` NTime mysql.NullTime `db:"nul_time"` NNum sql.NullFloat64 `db:"nul_float"` NBool sql.NullBool `db:"nul_bool"` NInt sql.NullInt64 `db:"nul_int"` Int int `db:"int" json:"int_num"` String string `db:"string" json:"str,omitempty"` EmptyString string `json:"empty_str,omitempty"` NoTagString string Ignore string `json:"-"` Bool bool `json:"bool"` Float float32 `json:"float32"` Time time.Time `json:"time"` }
Click to show internal directories.
Click to hide internal directories.