|
|
9589384b36
|
refactor(encoding/gjson): change data parameter from type any to []byte (#3542)
|
2024-09-28 18:10:00 +08:00 |
|
|
|
5083174a92
|
fix goreport for gofmt (#2523)
|
2023-03-17 17:54:14 +08:00 |
|
|
|
1793bf0863
|
add golangci feature to guarantee codes quality (#2229)
|
2022-11-01 20:12:21 +08:00 |
|
|
|
4902eb73b7
|
gfmt file
|
2022-05-12 21:31:54 +08:00 |
|
|
|
be9377a496
|
add test cases
|
2022-05-12 17:05:02 +08:00 |
|
|
|
3628b1e9d2
|
add ExampleEncode function
|
2022-05-02 17:29:19 +08:00 |
|
|
|
da465bb030
|
Improving gjson Code Coverage
|
2022-02-23 00:46:13 +08:00 |
|
|
|
b2b0a1828e
|
Implemented gjson Example
1.MapStrAny 2.Interfaces 3.Interface 4.Var 5.IsNil 6.Get 7.GetJson 8.GetJsons 9.GetJsonMap 10.Set 11.MustSet 12.Remove 13.MustRemove 14.Contains 15.Len 16.Append 17.MustAppend 18. Map 19.Array 20.Scan 21.Dump
|
2022-02-19 19:48:50 +08:00 |
|
|
|
5eec9ce7b1
|
Modify Function Name
|
2022-02-19 11:43:45 +08:00 |
|
|
|
0bd3537a78
|
Implemented gjson Example
1.SetViolenceCheck 2.ToJson 3.ToJsonString 4.ToJsonIndent 5.ToJsonIndentString 6.MustToJson 7.MustToJsonString 8.MustToJsonIndent 9.MustToJsonIndentString 10.ToXml 11.ToXmlString 12.ToXmlIndent 13.ToXmlIndentString 14.MustToXml 15.MustToXmlString 16.MustToXmlIndent 17.MustToXmlIndentString 18.ToYaml 19.ToYamlString 20.ToYamlIndent 21.MustToYaml 22.MustToYamlString 23.ToToml 24.ToTomlString 25.MustToToml 26.MustToTomlString 27.ToIni 28.ToIniString 29.MustToIni 30.MustToIniString 31.MarshalJSON 32.UnmarshalJSON 33.UnmarshalValue
|
2022-02-17 22:54:29 +08:00 |
|
|
|
144249fcff
|
Implemented gjson Example
1.SetSplitChar
|
2022-02-17 20:29:38 +08:00 |
|